summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder@infradead.org>2008-07-21 21:34:13 +0530
committerIngo Molnar <mingo@elte.hu>2008-07-22 14:35:57 +0200
commitbbc1f698a508927d21324b57500e863f9bd562b9 (patch)
tree6208bfd7fb61d01a4cbe43c872f29caa85cae26e /arch/x86/kernel/process_64.c
parent93ded9b8fd42abe2c3607097963d8de6ad9117eb (diff)
downloadlinux-stable-bbc1f698a508927d21324b57500e863f9bd562b9.tar.gz
linux-stable-bbc1f698a508927d21324b57500e863f9bd562b9.tar.bz2
linux-stable-bbc1f698a508927d21324b57500e863f9bd562b9.zip
x86: Introducing asm/syscalls.h
Declaring arch-dependent syscalls for x86 architecture Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r--arch/x86/kernel/process_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index e8a8e1b99817..c78090dd0c52 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -51,6 +51,7 @@
#include <asm/proto.h>
#include <asm/ia32.h>
#include <asm/idle.h>
+#include <asm/syscalls.h>
asmlinkage extern void ret_from_fork(void);