diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-06-20 23:34:16 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-06-20 23:34:16 -0400 |
commit | b9b712765738d141154b435a5bfec4adbbee25f3 (patch) | |
tree | 71a31c16bd9670759a0024bc407ec7138247f15c /include | |
parent | 86b73c8cfc8daeff554ae3e95e2a0ee77c45d499 (diff) |
Blackfin arch: move cond_syscall() behind __KERNEL__ like all other architectures
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-blackfin/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-blackfin/unistd.h b/include/asm-blackfin/unistd.h index 4df8790a67d5..0df9f2d322a3 100644 --- a/include/asm-blackfin/unistd.h +++ b/include/asm-blackfin/unistd.h | |||
@@ -369,7 +369,6 @@ | |||
369 | #define __ARCH_WANT_SYS_NICE | 369 | #define __ARCH_WANT_SYS_NICE |
370 | #define __ARCH_WANT_SYS_RT_SIGACTION | 370 | #define __ARCH_WANT_SYS_RT_SIGACTION |
371 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND | 371 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND |
372 | #endif | ||
373 | 372 | ||
374 | /* | 373 | /* |
375 | * "Conditional" syscalls | 374 | * "Conditional" syscalls |
@@ -379,4 +378,6 @@ | |||
379 | */ | 378 | */ |
380 | #define cond_syscall(x) asm(".weak\t_" #x "\n\t.set\t_" #x ",_sys_ni_syscall"); | 379 | #define cond_syscall(x) asm(".weak\t_" #x "\n\t.set\t_" #x ",_sys_ni_syscall"); |
381 | 380 | ||
381 | #endif /* __KERNEL__ */ | ||
382 | |||
382 | #endif /* __ASM_BFIN_UNISTD_H */ | 383 | #endif /* __ASM_BFIN_UNISTD_H */ |