diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/unistd_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/unistd_64.h b/include/asm-x86/unistd_64.h index fc4e73f5f1fa..4f769598abaf 100644 --- a/include/asm-x86/unistd_64.h +++ b/include/asm-x86/unistd_64.h | |||
@@ -676,6 +676,7 @@ asmlinkage long sys_rt_sigaction(int sig, | |||
676 | #endif /* __KERNEL__ */ | 676 | #endif /* __KERNEL__ */ |
677 | #endif /* __NO_STUBS */ | 677 | #endif /* __NO_STUBS */ |
678 | 678 | ||
679 | #ifdef __KERNEL__ | ||
679 | /* | 680 | /* |
680 | * "Conditional" syscalls | 681 | * "Conditional" syscalls |
681 | * | 682 | * |
@@ -683,5 +684,6 @@ asmlinkage long sys_rt_sigaction(int sig, | |||
683 | * but it doesn't work on all toolchains, so we just do it by hand | 684 | * but it doesn't work on all toolchains, so we just do it by hand |
684 | */ | 685 | */ |
685 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") | 686 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") |
687 | #endif /* __KERNEL__ */ | ||
686 | 688 | ||
687 | #endif /* _ASM_X86_64_UNISTD_H_ */ | 689 | #endif /* _ASM_X86_64_UNISTD_H_ */ |