Skip to content

Commit

Permalink
[MIPS] PMON: Fix cpustart declaration.
Browse files Browse the repository at this point in the history
This now matches how cpustart is actually being invoked from Linux.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent 7f32a88 commit e0a725a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/pmon.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e0a725a

Please sign in to comment.