mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 00:17:44 +00:00
d550bbd40c
Disintegrate asm/system.h for Sparc. Signed-off-by: David Howells <dhowells@redhat.com> cc: sparclinux@vger.kernel.org
6 lines
108 B
C
6 lines
108 B
C
#ifndef __SPARC_EXEC_H
|
|
#define __SPARC_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* __SPARC_EXEC_H */
|