aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/exec.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
Remove the MN10300 arch as the hardware is defunct. Suggested-by: Arnd Bergmann <[email protected]> Signed-off-by: David Howells <[email protected]> cc: Masahiro Yamada <[email protected]> cc: [email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2012-03-28Split arch_align_stack() out from asm-generic/system.hDavid Howells1-0/+19
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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]>