[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:
parent
7f32a88e9c
commit
e0a725a746
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue