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

Commit fdd98ac9 authored by Kristoffer Glembo's avatar Kristoffer Glembo Committed by David S. Miller
Browse files

sparc32: Remove early interrupt enable.



Enabling interrupts at this points causes the warning
"start_kernel(): bug: interrupts were enabled early"
to be printed in start_kernel().

Signed-off-by: default avatarKristoffer Glembo <kristoffer@gaisler.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3560f788
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -210,9 +210,6 @@ static void __init sbus_time_init(void)
	btfixup();
	btfixup();


	sparc_init_timers(timer_interrupt);
	sparc_init_timers(timer_interrupt);
	
	/* Now that OBP ticker has been silenced, it is safe to enable IRQ. */
	local_irq_enable();
}
}


void __init time_init(void)
void __init time_init(void)