projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f32a88
)
[MIPS] PMON: Fix cpustart declaration.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 30 Jul 2007 00:07:09 +0000
(
01:07
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 31 Jul 2007 20:35:32 +0000
(21:35 +0100)
This now matches how cpustart is actually being invoked from Linux.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/pmon.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/pmon.h
b/include/asm-mips/pmon.h
index
260f344
..
6ad5191
100644
(file)
--- a/
include/asm-mips/pmon.h
+++ b/
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);