From a712e109b370a1351829f388b87f182276d6ff78 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 30 Jul 2007 01:07:09 +0100 Subject: [PATCH] --- yaml --- r: 63486 b: refs/heads/master c: e0a725a7460b3bc3a15c95b1241394cb185d9af6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/pmon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);