Skip to content

Commit

Permalink
sparc32: Remove early interrupt enable.
Browse files Browse the repository at this point in the history
Enabling interrupts at this points causes the warning
"start_kernel(): bug: interrupts were enabled early"
to be printed in start_kernel().

Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Kristoffer Glembo authored and David S. Miller committed Dec 3, 2009
1 parent 3560f78 commit fdd98ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/sparc/kernel/time_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ static void __init sbus_time_init(void)
btfixup();

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)
Expand Down

0 comments on commit fdd98ac

Please sign in to comment.