Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6: parisc: convert to generic compat_sys_ptrace parisc: add rtc platform driver parisc: initialize unwinder much earlier parisc: add new syscalls parisc: hijack jump to start_kernel parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked parisc: move include/asm-parisc to arch/parisc/include/asm parisc: move pdc_result to real2.S parisc: unify CCIO_COLLECT_STATS implementation parisc: add arch/parisc/kernel/.gitignore parisc: ropes.h - fix <asm-parisc/*> -> <asm/*> parisc: parisc-agp - fix <asm-parisc/*> -> <asm/*> Resolve remove/rename conflict: include/asm-parisc/a.out.h is no longer relevant.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
ENTRY_SAME(setuid)
|
||||
ENTRY_SAME(getuid)
|
||||
ENTRY_COMP(stime) /* 25 */
|
||||
ENTRY_SAME(ptrace)
|
||||
ENTRY_COMP(ptrace)
|
||||
ENTRY_SAME(alarm)
|
||||
/* see stat comment */
|
||||
ENTRY_COMP(newfstat)
|
||||
@@ -407,6 +407,12 @@
|
||||
ENTRY_SAME(timerfd_create)
|
||||
ENTRY_COMP(timerfd_settime)
|
||||
ENTRY_COMP(timerfd_gettime)
|
||||
ENTRY_COMP(signalfd4)
|
||||
ENTRY_SAME(eventfd2) /* 310 */
|
||||
ENTRY_SAME(epoll_create1)
|
||||
ENTRY_SAME(dup3)
|
||||
ENTRY_SAME(pipe2)
|
||||
ENTRY_SAME(inotify_init1)
|
||||
|
||||
/* Nothing yet */
|
||||
|
||||
|
Reference in New Issue
Block a user