提交 e0a725a7 编写于 作者: R Ralf Baechle

[MIPS] PMON: Fix cpustart declaration.

This now matches how cpustart is actually being invoked from Linux.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 7f32a88e
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册