diff --git a/[refs] b/[refs] index 421b82513559..0bddc0ba52fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f32a88e9cb6587cae89f5488050d167397ab9b2 +refs/heads/master: e0a725a7460b3bc3a15c95b1241394cb185d9af6 diff --git a/trunk/include/asm-mips/pmon.h b/trunk/include/asm-mips/pmon.h index 260f3448ccf1..6ad519189ce2 100644 --- a/trunk/include/asm-mips/pmon.h +++ b/trunk/include/asm-mips/pmon.h @@ -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);