commit | 6a846f3f821a252762897751fa0aeb68dda635f5 | [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 | 0d3e37086c9e190eb5a707bbfb1eb9c3437f1aed | |
parent | ae473946586680b01c13975a3b674de23ad7c93e [diff] [blame] |
Disintegrate asm/system.h for C6X Disintegrate asm/system.h for C6X. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Mark Salter <msalter@redhat.com> cc: linux-c6x-dev@linux-c6x.org
diff --git a/arch/c6x/include/asm/exec.h b/arch/c6x/include/asm/exec.h new file mode 100644 index 0000000..0fea482 --- /dev/null +++ b/arch/c6x/include/asm/exec.h
@@ -0,0 +1,6 @@ +#ifndef _ASM_C6X_EXEC_H +#define _ASM_C6X_EXEC_H + +#define arch_align_stack(x) (x) + +#endif /* _ASM_C6X_EXEC_H */