[MIPS] PMON: Fix cpustart declaration.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 30 Jul 2007 00:07:09 +0000 (01:07 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Jul 2007 20:35:32 +0000 (21:35 +0100)
This now matches how cpustart is actually being invoked from Linux.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/pmon.h

index 260f344..6ad5191 100644 (file)
@@ -22,7 +22,7 @@ struct callvectors {
        char*   (*gets) (char*);
        union {
                int     (*smpfork) (unsigned long cp, char *sp);
-               int     (*cpustart) (long, long, long, long);
+               int     (*cpustart) (long, void (*)(void), void *, long);
        } _s;
        int     (*semlock) (int sem);
        void    (*semunlock) (int sem);