forked from Minki/linux
5d1250660a
Split arch_align_stack() out from asm-generic/system.h into its own header of asm-generic/exec.h as part of the asm/system.h disintegration. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
6 lines
148 B
C
6 lines
148 B
C
/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
|
|
#include <asm/barrier.h>
|
|
#include <asm/cmpxchg.h>
|
|
#include <asm/exec.h>
|
|
#include <asm/switch_to.h>
|