[PATCH] kexec: add kexec syscalls
[deliverable/linux.git] / include / linux / syscalls.h
index c39f6f72cbbc3f0a53ae8e8a31b0749e2c8ea747..7ba8f8f747aab55029f0f393a06d8c4be979f2af 100644 (file)
@@ -159,8 +159,9 @@ asmlinkage long sys_shutdown(int, int);
 asmlinkage long sys_reboot(int magic1, int magic2, unsigned int cmd,
                                void __user *arg);
 asmlinkage long sys_restart_syscall(void);
-asmlinkage long sys_kexec_load(void *entry, unsigned long nr_segments,
-                       struct kexec_segment *segments, unsigned long flags);
+asmlinkage long sys_kexec_load(unsigned long entry,
+       unsigned long nr_segments, struct kexec_segment __user *segments,
+       unsigned long flags);
 
 asmlinkage long sys_exit(int error_code);
 asmlinkage void sys_exit_group(int error_code);
This page took 0.042132 seconds and 5 git commands to generate.