summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-08-07 09:02:26 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-07 09:02:26 -0700
commit7f0d32e0c1a7a23216a0f2694ec841f60e9dddfd (patch)
tree4315f3b01fdb31c165911bf44271ee48110c1006 /arch/microblaze/kernel
parent8b076738593244000c003111e67dba49bbbafab0 (diff)
parentef264cf0c490cc9d46edb3b6aa082d23a9506e2d (diff)
downloadop-kernel-dev-7f0d32e0c1a7a23216a0f2694ec841f60e9dddfd.zip
op-kernel-dev-7f0d32e0c1a7a23216a0f2694ec841f60e9dddfd.tar.gz
Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze updates from Michal Simek: - add new syscall and fix comment - fix udelay implementation - fix libgcc for modules * tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: Change libgcc-style functions from lib-y to obj-y microblaze: Wire-up renameat2 syscall microblaze: Add syscall number comment microblaze: delay.h fix udelay and ndelay for 8 bit args
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r--arch/microblaze/kernel/syscall_table.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S
index 329dfba..1a23d5d 100644
--- a/arch/microblaze/kernel/syscall_table.S
+++ b/arch/microblaze/kernel/syscall_table.S
@@ -380,6 +380,7 @@ ENTRY(sys_call_table)
.long sys_process_vm_readv
.long sys_process_vm_writev
.long sys_kcmp
- .long sys_finit_module
+ .long sys_finit_module /* 380 */
.long sys_sched_setattr
.long sys_sched_getattr
+ .long sys_renameat2
OpenPOWER on IntegriCloud