diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 08:51:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 08:51:11 -0700 |
commit | c8e16aa291c7d1ff14d3784e52bd376bcae17d54 (patch) | |
tree | 3a4e725ef430b6c71af96c7c855b63732f453c81 /arch/sh64/kernel/syscalls.S | |
parent | 6936b17ea03f54525f01b12819d558ba52a86b46 (diff) | |
parent | fad9e7d95769ff6c0918b79d58a7ba03615c3ff9 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6:
sh64: Flag sh64_get_page() as __init_refok.
sh64: Move entry point code to .text.head.
sh64: Fix up PCI section mismatch warnings.
sh64: Update cayman defconfig.
sh64: Wire up fallocate() syscall.
Diffstat (limited to 'arch/sh64/kernel/syscalls.S')
-rw-r--r-- | arch/sh64/kernel/syscalls.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh64/kernel/syscalls.S b/arch/sh64/kernel/syscalls.S index a5c680d2938..abb94c05d07 100644 --- a/arch/sh64/kernel/syscalls.S +++ b/arch/sh64/kernel/syscalls.S @@ -378,3 +378,4 @@ sys_call_table: .long sys_signalfd .long sys_timerfd /* 350 */ .long sys_eventfd + .long sys_fallocate |