|
@@ -34,7 +34,7 @@ typedef asmlinkage void (*sys_call_ptr_t)(void);
|
|
|
|
|
|
extern asmlinkage void sys_ni_syscall(void);
|
|
extern asmlinkage void sys_ni_syscall(void);
|
|
|
|
|
|
-const sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
|
|
|
|
|
|
+const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
|
|
/*
|
|
/*
|
|
* Smells 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.
|