diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2007-03-17 16:17:31 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-05-23 04:42:59 +0200 |
commit | fd3eef10f5a55acdefbd3f53ca7618a35cb6231f (patch) | |
tree | 3cd23432b8967230fa45ddd30f47cbbdb91d6219 /arch/parisc | |
parent | [PARISC] Move #undef to end of syscall table (diff) | |
download | linux-fd3eef10f5a55acdefbd3f53ca7618a35cb6231f.tar.xz linux-fd3eef10f5a55acdefbd3f53ca7618a35cb6231f.zip |
[PARISC] Wire up kexec_load syscall
Definitely unimplemented at this point and will just
trap to sys_ni_syscall...
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/syscall_table.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 9323f4d64e1c..7e04db6b725a 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S @@ -400,6 +400,7 @@ ENTRY_SAME(epoll_pwait) ENTRY_COMP(statfs64) ENTRY_COMP(fstatfs64) + ENTRY_COMP(kexec_load) /* 300 */ /* Nothing yet */ #undef ENTRY_SAME |