diff options
author | Carlos O'Donell Jr <carlos@systemhalted.org> | 2007-02-16 06:25:10 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 07:21:56 +0100 |
commit | 1e67685b1b654138a20a4db487cf12c3fca968f2 (patch) | |
tree | 1d4470cfeda464f5e94d3ee335dbba83a6946b76 /arch/parisc | |
parent | Revert "[PATCH] make kernel/signal.c:kill_proc_info() static" (diff) | |
download | linux-1e67685b1b654138a20a4db487cf12c3fca968f2.tar.xz linux-1e67685b1b654138a20a4db487cf12c3fca968f2.zip |
[PARISC] Reorder syscalls to match unistd.h
Move migrate_pages into the same position as specified
in unistd.h. This fixes migrate_pages, pselect6 and
ppoll syscalls.
Signed-off-by: Carlos O'Donell <carlos@systemhalted.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/syscall_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 511466611e96..9c2d5d8f116b 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S @@ -377,9 +377,9 @@ ENTRY_SAME(inotify_init) ENTRY_SAME(inotify_add_watch) /* 270 */ ENTRY_SAME(inotify_rm_watch) + ENTRY_SAME(migrate_pages) ENTRY_COMP(pselect6) ENTRY_COMP(ppoll) - ENTRY_SAME(migrate_pages) ENTRY_COMP(openat) /* 275 */ ENTRY_SAME(mkdirat) ENTRY_SAME(mknodat) |