aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/syscall_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/syscall_64.c')
-rw-r--r--arch/x86/kernel/syscall_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/syscall_64.c b/arch/x86/kernel/syscall_64.c
index ec008f5943ac..4ac730b37f0b 100644
--- a/arch/x86/kernel/syscall_64.c
+++ b/arch/x86/kernel/syscall_64.c
@@ -22,7 +22,7 @@
22 22
23extern void sys_ni_syscall(void); 23extern void sys_ni_syscall(void);
24 24
25const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = { 25asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
26 /* 26 /*
27 * Smells like a compiler bug -- it doesn't work 27 * Smells like a compiler bug -- it doesn't work
28 * when the & below is removed. 28 * when the & below is removed.