diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-07 12:02:26 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-07 12:02:26 -0400 |
| commit | 7f0d32e0c1a7a23216a0f2694ec841f60e9dddfd (patch) | |
| tree | 4315f3b01fdb31c165911bf44271ee48110c1006 /arch/microblaze/kernel | |
| parent | 8b076738593244000c003111e67dba49bbbafab0 (diff) | |
| parent | ef264cf0c490cc9d46edb3b6aa082d23a9506e2d (diff) | |
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.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 329dfbad810b..1a23d5d5480c 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S | |||
| @@ -380,6 +380,7 @@ ENTRY(sys_call_table) | |||
| 380 | .long sys_process_vm_readv | 380 | .long sys_process_vm_readv |
| 381 | .long sys_process_vm_writev | 381 | .long sys_process_vm_writev |
| 382 | .long sys_kcmp | 382 | .long sys_kcmp |
| 383 | .long sys_finit_module | 383 | .long sys_finit_module /* 380 */ |
| 384 | .long sys_sched_setattr | 384 | .long sys_sched_setattr |
| 385 | .long sys_sched_getattr | 385 | .long sys_sched_getattr |
| 386 | .long sys_renameat2 | ||
