Commit e0a725a7 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] PMON: Fix cpustart declaration.

This now matches how cpustart is actually being invoked from Linux.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7f32a88e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment