]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ppc/kernel/misc.S
[PATCH] mm: init_mm without ptlock
[linux-2.6-omap-h63xx.git] / arch / ppc / kernel / misc.S
index b6a63a49a23226312126c8809545ee7200599c19..90d917d2e856fed7cb98517643fcd9827ec9b5f6 100644 (file)
@@ -23,7 +23,7 @@
 #include <asm/mmu.h>
 #include <asm/ppc_asm.h>
 #include <asm/thread_info.h>
-#include <asm/offsets.h>
+#include <asm/asm-offsets.h>
 
        .text
 
@@ -1145,6 +1145,7 @@ _GLOBAL(kernel_thread)
        stwu    r0,-16(r1)
        mtlr    r30             /* fn addr in lr */
        mr      r3,r31          /* load arg and call fn */
+       PPC440EP_ERR42
        blrl
        li      r0,__NR_exit    /* exit if function returns */
        li      r3,0
@@ -1449,3 +1450,8 @@ _GLOBAL(sys_call_table)
        .long sys_request_key           /* 270 */
        .long sys_keyctl
        .long sys_waitid
+       .long sys_ioprio_set
+       .long sys_ioprio_get
+       .long sys_inotify_init          /* 275 */
+       .long sys_inotify_add_watch
+       .long sys_inotify_rm_watch