From 6e1f878a1ff9270357068340f98fd21fe56a9915 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Jun 2007 11:34:16 +0800 Subject: [PATCH] --- yaml --- r: 57961 b: refs/heads/master c: b9b712765738d141154b435a5bfec4adbbee25f3 h: refs/heads/master i: 57959: bf06851b75c647125c883d9554cf85c90673473c v: v3 --- [refs] | 2 +- trunk/include/asm-blackfin/unistd.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 17579b1d066a..0e5517412d69 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86b73c8cfc8daeff554ae3e95e2a0ee77c45d499 +refs/heads/master: b9b712765738d141154b435a5bfec4adbbee25f3 diff --git a/trunk/include/asm-blackfin/unistd.h b/trunk/include/asm-blackfin/unistd.h index 4df8790a67d5..0df9f2d322a3 100644 --- a/trunk/include/asm-blackfin/unistd.h +++ b/trunk/include/asm-blackfin/unistd.h @@ -369,7 +369,6 @@ #define __ARCH_WANT_SYS_NICE #define __ARCH_WANT_SYS_RT_SIGACTION #define __ARCH_WANT_SYS_RT_SIGSUSPEND -#endif /* * "Conditional" syscalls @@ -379,4 +378,6 @@ */ #define cond_syscall(x) asm(".weak\t_" #x "\n\t.set\t_" #x ",_sys_ni_syscall"); +#endif /* __KERNEL__ */ + #endif /* __ASM_BFIN_UNISTD_H */