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/signal_32.c b/arch/x86/kernel/signal_32.c index 07faaa5..5cede10 100644 --- a/arch/x86/kernel/signal_32.c +++ b/arch/x86/kernel/signal_32.c
@@ -26,6 +26,7 @@ #include <asm/uaccess.h> #include <asm/i387.h> #include <asm/vdso.h> +#include <asm/syscalls.h> #include "sigframe.h"