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

Commit 3d5d4401 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask.

parent c183f122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ void gt64240_time_init(void)
	timer.name = "timer";
	timer.dev_id = NULL;
	timer.next = NULL;
	timer.mask = 0;
	timer.mask = CPU_MASK_NONE;
	irq_desc[6].action = &timer;

	enable_irq(6);