]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/kernel/process.c
parisc: convert to generic helpers for IPI function calls
[linux-2.6-omap-h63xx.git] / arch / um / kernel / process.c
index fc50d2f959d12f44bc6c41171f3cc030d6ad38fa..83603cfbde819ce736a034d414361ea71c24cca7 100644 (file)
@@ -128,8 +128,6 @@ void *get_current(void)
        return current;
 }
 
-extern void schedule_tail(struct task_struct *prev);
-
 /*
  * This is called magically, by its address being stuffed in a jmp_buf
  * and being longjmp-d to.
@@ -366,7 +364,7 @@ int __init make_proc_sysemu(void)
        if (!sysemu_supported)
                return 0;
 
-       ent = create_proc_entry("sysemu", 0600, &proc_root);
+       ent = create_proc_entry("sysemu", 0600, NULL);
 
        if (ent == NULL)
        {