Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0a725a7 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] PMON: Fix cpustart declaration.



This now matches how cpustart is actually being invoked from Linux.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7f32a88e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);