Explorar o código

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: Kristoffer Glembo <kristoffer@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Kristoffer Glembo %!s(int64=15) %!d(string=hai) anos
pai
achega
fdd98ac96e
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      arch/sparc/kernel/time_32.c

+ 0 - 3
arch/sparc/kernel/time_32.c

@@ -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)