mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 05:27:00 +07: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 */
|