aboutsummaryrefslogtreecommitdiff
path: root/arch/cris/include/asm/exec.h
diff options
context:
space:
mode:
authorDavid Howells2012-03-28 18:30:02 +0100
committerDavid Howells2012-03-28 18:30:02 +0100
commitb1a154dbf9ddbf396578642299ce75aa73d01763 (patch)
tree2db04ef58f3af63ed2ca6060a7bc18157acc8a7d /arch/cris/include/asm/exec.h
parent6a846f3f821a252762897751fa0aeb68dda635f5 (diff)
Disintegrate asm/system.h for CRIS
Disintegrate asm/system.h for CRIS. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> cc: linux-cris-kernel@axis.com
Diffstat (limited to 'arch/cris/include/asm/exec.h')
-rw-r--r--arch/cris/include/asm/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/cris/include/asm/exec.h b/arch/cris/include/asm/exec.h
new file mode 100644
index 000000000000..9665dab7e25b
--- /dev/null
+++ b/arch/cris/include/asm/exec.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_CRIS_EXEC_H
+#define __ASM_CRIS_EXEC_H
+
+#define arch_align_stack(x) (x)
+
+#endif /* __ASM_CRIS_EXEC_H */