diff options
Diffstat (limited to 'arch/microblaze/kernel/process.c')
-rw-r--r-- | arch/microblaze/kernel/process.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index 7dcb5bfffb75..9155f7d92669 100644 --- a/arch/microblaze/kernel/process.c +++ b/arch/microblaze/kernel/process.c | |||
@@ -110,9 +110,7 @@ void cpu_idle(void) | |||
110 | rcu_idle_exit(); | 110 | rcu_idle_exit(); |
111 | tick_nohz_idle_exit(); | 111 | tick_nohz_idle_exit(); |
112 | 112 | ||
113 | preempt_enable_no_resched(); | 113 | schedule_preempt_disabled(); |
114 | schedule(); | ||
115 | preempt_disable(); | ||
116 | check_pgt_cache(); | 114 | check_pgt_cache(); |
117 | } | 115 | } |
118 | } | 116 | } |