Przeglądaj źródła

[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 lat temu
rodzic
commit
e0a725a746
1 zmienionych plików z 1 dodań i 1 usunięć
  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);