diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-08-08 05:56:34 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-08-09 09:07:53 -0400 |
commit | eb6452537b280652eee66801ec97cc369e27e5d8 (patch) | |
tree | 2a6f5c5d906b3a91ab647d926193126a23263ad1 /arch/arm/kernel/calls.S | |
parent | 7fb00c2fca4b6c58be521eb3676cf4b4ba8dde3b (diff) |
ARM: wire up getrandom syscall
Add the new getrandom syscall for ARM.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/calls.S')
-rw-r--r-- | arch/arm/kernel/calls.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index bea85f97f363..8e95c9ec9494 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S | |||
@@ -393,6 +393,7 @@ | |||
393 | CALL(sys_sched_getattr) | 393 | CALL(sys_sched_getattr) |
394 | CALL(sys_renameat2) | 394 | CALL(sys_renameat2) |
395 | CALL(sys_seccomp) | 395 | CALL(sys_seccomp) |
396 | CALL(sys_getrandom) | ||
396 | #ifndef syscalls_counted | 397 | #ifndef syscalls_counted |
397 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls | 398 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls |
398 | #define syscalls_counted | 399 | #define syscalls_counted |