diff options
author | Thomas Gleixner <[email protected]> | 2013-03-21 22:50:00 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2013-04-08 17:39:28 +0200 |
commit | e26ef8fe722d5c1c0c1a0212542da8fc2b21a89f (patch) | |
tree | 81cc87b73aa6f1557e7121fe26c809a706310ef7 | |
parent | dc775dd886618a1ea6f092bfb3ddc78660aa1a19 (diff) |
tile: Enter idle with preemption disabled
cpu_idle() needs to be called with preemption disabled.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Paul McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Reviewed-by: Cc: Srivatsa S. Bhat <[email protected]>
Cc: Magnus Damm <[email protected]>
Acked-by: Chris Metcalf <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r-- | arch/tile/kernel/smpboot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/smpboot.c b/arch/tile/kernel/smpboot.c index e686c5ac90be..11c0190bb096 100644 --- a/arch/tile/kernel/smpboot.c +++ b/arch/tile/kernel/smpboot.c @@ -207,8 +207,6 @@ void __cpuinit online_secondary(void) /* Set up tile-timer clock-event device on this cpu */ setup_tile_timer(); - preempt_enable(); - cpu_idle(); } |