summaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm/exec.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 17:11:12 (GMT)
committerDavid Howells <dhowells@redhat.com>2012-03-28 17:11:12 (GMT)
commitec2212088c42ff7d1362629ec26dda4f3e8bdad3 (patch)
tree0e99963f6818ef9c07fe8f2fb1f9851ef9641313 /arch/alpha/include/asm/exec.h
parentf05e798ad4c09255f590f5b2c00a7ca6c172f983 (diff)
downloadlinux-ec2212088c42ff7d1362629ec26dda4f3e8bdad3.tar.xz
Disintegrate asm/system.h for Alpha
Disintegrate asm/system.h for Alpha. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-alpha@vger.kernel.org
Diffstat (limited to 'arch/alpha/include/asm/exec.h')
-rw-r--r--arch/alpha/include/asm/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/exec.h b/arch/alpha/include/asm/exec.h
new file mode 100644
index 0000000..4a5a41f
--- /dev/null
+++ b/arch/alpha/include/asm/exec.h
@@ -0,0 +1,6 @@
+#ifndef __ALPHA_EXEC_H
+#define __ALPHA_EXEC_H
+
+#define arch_align_stack(x) (x)
+
+#endif /* __ALPHA_EXEC_H */