commit | bbc1f698a508927d21324b57500e863f9bd562b9 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh <jaswinder@infradead.org> | Mon Jul 21 21:34:13 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 22 14:35:57 2008 +0200 |
tree | 6208bfd7fb61d01a4cbe43c872f29caa85cae26e | |
parent | 93ded9b8fd42abe2c3607097963d8de6ad9117eb [diff] [blame] |
x86: Introducing asm/syscalls.h Declaring arch-dependent syscalls for x86 architecture Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
diff --git a/arch/x86/kernel/ldt.c b/arch/x86/kernel/ldt.c index a844957..c49ff2d 100644 --- a/arch/x86/kernel/ldt.c +++ b/arch/x86/kernel/ldt.c
@@ -18,6 +18,7 @@ #include <asm/ldt.h> #include <asm/desc.h> #include <asm/mmu_context.h> +#include <asm/syscalls.h> #ifdef CONFIG_SMP static void flush_ldt(void *current_mm)