[PARISC] Reorder syscalls to match unistd.h
authorCarlos O'Donell Jr <carlos@systemhalted.org>
Fri, 16 Feb 2007 05:25:10 +0000 (00:25 -0500)
committerKyle McMartin <kyle@athena.road.mcmartin.ca>
Sat, 17 Feb 2007 06:21:56 +0000 (01:21 -0500)
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>
arch/parisc/kernel/syscall_table.S

index 5114666..9c2d5d8 100644 (file)
        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)