aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/exec.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 18:30:02 +0100
committerDavid Howells <dhowells@redhat.com>2012-03-28 18:30:02 +0100
commit527dcdccd60759ee38e6224c93f87a6194d970ad (patch)
tree3c62af76210b19d819b5204108b41a3e8054e755 /arch/parisc/include/asm/exec.h
parentDisintegrate asm/system.h for MN10300 (diff)
downloadlinux-dev-527dcdccd60759ee38e6224c93f87a6194d970ad.tar.xz
linux-dev-527dcdccd60759ee38e6224c93f87a6194d970ad.zip
Disintegrate asm/system.h for PA-RISC
Disintegrate asm/system.h for PA-RISC. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-parisc@vger.kernel.org
Diffstat (limited to '')
-rw-r--r--arch/parisc/include/asm/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/exec.h b/arch/parisc/include/asm/exec.h
new file mode 100644
index 000000000000..6bb5af75b17a
--- /dev/null
+++ b/arch/parisc/include/asm/exec.h
@@ -0,0 +1,6 @@
+#ifndef __PARISC_EXEC_H
+#define __PARISC_EXEC_H
+
+#define arch_align_stack(x) (x)
+
+#endif /* __PARISC_EXEC_H */