Commit e0a725a7460b3bc3a15c95b1241394cb185d9af6
1 parent
7f32a88e9c
Exists in
master
and in
7 other branches
[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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/asm-mips/pmon.h
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | char* (*gets) (char*); |
23 | 23 | union { |
24 | 24 | int (*smpfork) (unsigned long cp, char *sp); |
25 | - int (*cpustart) (long, long, long, long); | |
25 | + int (*cpustart) (long, void (*)(void), void *, long); | |
26 | 26 | } _s; |
27 | 27 | int (*semlock) (int sem); |
28 | 28 | void (*semunlock) (int sem); |