From: Andi Kleen Date: Wed, 30 Aug 2006 17:37:18 +0000 (+0200) Subject: [PATCH] i386: Remove __KERNEL__ ifdef around _syscall*() X-Git-Tag: v2.6.18-rc6~41 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386dcafaacd212ef4a8aeed67a7db3ffbb44c7b2;p=linux-2.6 [PATCH] i386: Remove __KERNEL__ ifdef around _syscall*() After all their only point is having them in user space. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index fc1c8ddae1..d983b74e4d 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h @@ -324,8 +324,6 @@ #define __NR_vmsplice 316 #define __NR_move_pages 317 -#ifdef __KERNEL__ - #define NR_syscalls 318 /* @@ -425,6 +423,8 @@ __asm__ volatile ("push %%ebp ; push %%ebx ; movl 4(%2),%%ebp ; " \ __syscall_return(type,__res); \ } +#ifdef __KERNEL__ + #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_STAT