diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-01-07 07:39:32 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-01-07 07:39:32 -0800 |
commit | de9ac5cea33098143edd26d10ece7fe215e66623 (patch) | |
tree | b42efed8d401080acc0ab444999a6a27623c3a77 /arch/microblaze/kernel | |
parent | 7991b03d653865e4de7e6c056f85c004f542dbbe (diff) | |
parent | d0e045401f268a8de6f87d65678214748b772680 (diff) | |
download | blackbird-obmc-linux-de9ac5cea33098143edd26d10ece7fe215e66623.tar.gz blackbird-obmc-linux-de9ac5cea33098143edd26d10ece7fe215e66623.zip |
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze update from Michal Simek:
"This fixes noMMU kernel and I have also added defconfig updates which
fix issue with one external dependency and enable all xilinx device
drivers for 0-day testing system.
Additionally wire up finit_module system call, and do highmem fixup
and pci warnings reported by the 0-day testing system"
* 'next' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: Update microblaze defconfigs
microblaze: Fix pci compilation and sparse warnings
microblaze: Add finit_module syscall
microblaze: Kill __kmap_atomic()
microblaze: Change section flags for noMMU
microblaze: Microblaze wants sys_fork for noMMU too
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/syscall_table.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 1cbace29b5e2..4fca56cf02f6 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S @@ -380,3 +380,4 @@ ENTRY(sys_call_table) .long sys_process_vm_readv .long sys_process_vm_writev .long sys_kcmp + .long sys_finit_module |