Skip to content

Commit

Permalink
[ARM] Fix __NR_kexec_load
Browse files Browse the repository at this point in the history
It's __NR_kexec_load, not __NR_sys_kexec_load

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Apr 1, 2007
1 parent ec14d79 commit 6c330ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
#define __NR_move_pages (__NR_SYSCALL_BASE+344)
#define __NR_getcpu (__NR_SYSCALL_BASE+345)
/* 346 for epoll_pwait */
#define __NR_sys_kexec_load (__NR_SYSCALL_BASE+347)
#define __NR_kexec_load (__NR_SYSCALL_BASE+347)

/*
* The following SWIs are ARM private.
Expand Down

0 comments on commit 6c330ba

Please sign in to comment.