From a5401ee3da720d29bcce90ed352738c85a71f6cf Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 28 Mar 2012 18:30:02 +0100 Subject: Disintegrate asm/system.h for H8300 Disintegrate asm/system.h for H8300. Signed-off-by: David Howells cc: Yoshinori Sato --- arch/h8300/include/asm/exec.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/h8300/include/asm/exec.h (limited to 'arch/h8300/include/asm/exec.h') diff --git a/arch/h8300/include/asm/exec.h b/arch/h8300/include/asm/exec.h new file mode 100644 index 0000000..c01c45c --- /dev/null +++ b/arch/h8300/include/asm/exec.h @@ -0,0 +1,6 @@ +#ifndef _H8300_EXEC_H +#define _H8300_EXEC_H + +#define arch_align_stack(x) (x) + +#endif /* _H8300_EXEC_H */ -- cgit v1.1