瀏覽代碼

[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>
Ralf Baechle 18 年之前
父節點
當前提交
e0a725a746
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-mips/pmon.h

+ 1 - 1
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);