mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
9f97da78bf
Disintegrate asm/system.h for ARM. Signed-off-by: David Howells <dhowells@redhat.com> cc: Russell King <linux@arm.linux.org.uk> cc: linux-arm-kernel@lists.infradead.org
7 lines
114 B
C
7 lines
114 B
C
#ifndef __ASM_ARM_EXEC_H
|
|
#define __ASM_ARM_EXEC_H
|
|
|
|
#define arch_align_stack(x) (x)
|
|
|
|
#endif /* __ASM_ARM_EXEC_H */
|