[MIPS] PMON: Fix cpustart declaration.
This now matches how cpustart is actually being invoked from Linux. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -22,7 +22,7 @@ struct callvectors {
|
|||||||
char* (*gets) (char*);
|
char* (*gets) (char*);
|
||||||
union {
|
union {
|
||||||
int (*smpfork) (unsigned long cp, char *sp);
|
int (*smpfork) (unsigned long cp, char *sp);
|
||||||
int (*cpustart) (long, long, long, long);
|
int (*cpustart) (long, void (*)(void), void *, long);
|
||||||
} _s;
|
} _s;
|
||||||
int (*semlock) (int sem);
|
int (*semlock) (int sem);
|
||||||
void (*semunlock) (int sem);
|
void (*semunlock) (int sem);
|
||||||
|
Reference in New Issue
Block a user