|
@@ -17,7 +17,7 @@ extern void compat_ni_syscall(void);
|
|
|
|
|
|
const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] = {
|
|
const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] = {
|
|
/*
|
|
/*
|
|
- * Smells like a like a compiler bug -- it doesn't work
|
|
|
|
|
|
+ * Smells like a compiler bug -- it doesn't work
|
|
* when the & below is removed.
|
|
* when the & below is removed.
|
|
*/
|
|
*/
|
|
[0 ... __NR_ia32_syscall_max] = &compat_ni_syscall,
|
|
[0 ... __NR_ia32_syscall_max] = &compat_ni_syscall,
|