提交 8edc4147 编写于 作者: A Al Viro 提交者: Richard Weinberger

um: sanitize paths in sys_call_table* includes

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 1bbd5f21
......@@ -22,7 +22,7 @@
.section .rodata,"a"
#include "../../x86/kernel/syscall_table_32.S"
#include "../kernel/syscall_table_32.S"
ENTRY(syscall_table_size)
.long .-sys_call_table
......@@ -58,7 +58,7 @@ extern void sys_ni_syscall(void);
*/
sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
#include "../../x86/include/asm/unistd_64.h"
#include <asm/unistd_64.h>
};
int syscall_table_size = sizeof(sys_call_table);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册