summaryrefslogtreecommitdiff
path: root/arch/score/include/asm/exec.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 17:30:02 (GMT)
committerDavid Howells <dhowells@redhat.com>2012-03-28 17:30:02 (GMT)
commit4eb14db4440febb7e560eb8ab2c099bc6e11a0ac (patch)
tree6a4d408111b670220c1515c1f688657c65b757cd /arch/score/include/asm/exec.h
parenta0616cdebcfd575dcd4c46102d1b52fbb827fc29 (diff)
downloadlinux-4eb14db4440febb7e560eb8ab2c099bc6e11a0ac.tar.xz
Disintegrate asm/system.h for Score
Disintegrate asm/system.h for Score. Not compiled. Signed-off-by: David Howells <dhowells@redhat.com> cc: Chen Liqin <liqin.chen@sunplusct.com>
Diffstat (limited to 'arch/score/include/asm/exec.h')
-rw-r--r--arch/score/include/asm/exec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/score/include/asm/exec.h b/arch/score/include/asm/exec.h
new file mode 100644
index 0000000..f9f3cd5
--- /dev/null
+++ b/arch/score/include/asm/exec.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_SCORE_EXEC_H
+#define _ASM_SCORE_EXEC_H
+
+extern unsigned long arch_align_stack(unsigned long sp);
+
+#endif /* _ASM_SCORE_EXEC_H */