mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-30 18:00:46 +00:00
Disintegrate asm/system.h for Sparc. Signed-off-by: David Howells <dhowells@redhat.com> cc: sparclinux@vger.kernel.org
7 lines
108 B
C
7 lines
108 B
C
#ifndef __SPARC_EXEC_H
|
|
#define __SPARC_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* __SPARC_EXEC_H */
|