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

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

MIPS: MT: Fix typo in comment.

parent 3f84622d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ static void __cpuinit vsmp_init_secondary(void)
{
	extern int gic_present;

	/* This is Malta specific: IPI,performance and timer inetrrupts */
	/* This is Malta specific: IPI,performance and timer interrupts */
	if (gic_present)
		change_c0_status(ST0_IM, STATUSF_IP3 | STATUSF_IP4 |
					 STATUSF_IP6 | STATUSF_IP7);