commit | a5401ee3da720d29bcce90ed352738c85a71f6cf | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Mar 28 18:30:02 2012 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Mar 28 18:30:02 2012 +0100 |
tree | 4fc07d751864b455b12272ea0bbc126140f4c446 | |
parent | 40ab3317493609c9a8199492588ae7bf88eb12d6 [diff] [blame] |
Disintegrate asm/system.h for H8300 Disintegrate asm/system.h for H8300. Signed-off-by: David Howells <dhowells@redhat.com> cc: Yoshinori Sato <ysato@users.sourceforge.jp>
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 */