From e64668fc536ec1f72de19df6d10f3e749881c97d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 11 Nov 2011 15:43:02 -0800 Subject: [PATCH] --- yaml --- r: 285906 b: refs/heads/master c: b7641d2c83aa10031bf45afd82619bfaaedcbc6f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/syscall_64.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f2757890b3a2..c79b306ac500 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 052ad274964e613a12bf8ce7c5631f70d0bc82cc +refs/heads/master: b7641d2c83aa10031bf45afd82619bfaaedcbc6f diff --git a/trunk/arch/x86/kernel/syscall_64.c b/trunk/arch/x86/kernel/syscall_64.c index de87d6008295..0edfafa1b269 100644 --- a/trunk/arch/x86/kernel/syscall_64.c +++ b/trunk/arch/x86/kernel/syscall_64.c @@ -21,9 +21,9 @@ extern void sys_ni_syscall(void); const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = { /* - *Smells like a like a compiler bug -- it doesn't work - *when the & below is removed. - */ + * Smells like a compiler bug -- it doesn't work + * when the & below is removed. + */ [0 ... __NR_syscall_max] = &sys_ni_syscall, #include };