diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-07-21 21:34:13 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-22 14:35:57 +0200 |
commit | bbc1f698a508927d21324b57500e863f9bd562b9 (patch) | |
tree | 6208bfd7fb61d01a4cbe43c872f29caa85cae26e /arch/x86/kernel/tls.c | |
parent | 93ded9b8fd42abe2c3607097963d8de6ad9117eb (diff) | |
download | op-kernel-dev-bbc1f698a508927d21324b57500e863f9bd562b9.zip op-kernel-dev-bbc1f698a508927d21324b57500e863f9bd562b9.tar.gz |
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/tls.c')
-rw-r--r-- | arch/x86/kernel/tls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/tls.c b/arch/x86/kernel/tls.c index ab6bf37..6bb7b85 100644 --- a/arch/x86/kernel/tls.c +++ b/arch/x86/kernel/tls.c @@ -10,6 +10,7 @@ #include <asm/ldt.h> #include <asm/processor.h> #include <asm/proto.h> +#include <asm/syscalls.h> #include "tls.h" |