提交 fd3eef10 编写于 作者: K Kyle McMartin 提交者: Kyle McMartin

[PARISC] Wire up kexec_load syscall

Definitely unimplemented at this point and will just
trap to sys_ni_syscall...
Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 034a15bf
......@@ -400,6 +400,7 @@
ENTRY_SAME(epoll_pwait)
ENTRY_COMP(statfs64)
ENTRY_COMP(fstatfs64)
ENTRY_COMP(kexec_load) /* 300 */
/* Nothing yet */
#undef ENTRY_SAME
......
......@@ -792,8 +792,9 @@
#define __NR_epoll_pwait (__NR_Linux + 297)
#define __NR_statfs64 (__NR_Linux + 298)
#define __NR_fstatfs64 (__NR_Linux + 299)
#define __NR_kexec_load (__NR_Linux + 300)
#define __NR_Linux_syscalls (__NR_fstatfs64 + 1)
#define __NR_Linux_syscalls (__NR_kexec_load + 1)
#define HPUX_GATEWAY_ADDR 0xC0000004
#define LINUX_GATEWAY_ADDR 0x100
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册