commit | 90437bffa5f9b1440ba03e023f4875d1814b9360 | [log] [tgz] |
---|---|---|
author | Valentin Schneider <valentin.schneider@arm.com> | Mon Mar 11 22:47:46 2019 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri May 03 02:54:57 2019 +1000 |
tree | b4fc340e85de21c34d58554c8e2065414689336b | |
parent | 32eebf96669568014b79b83a03f7895f3ec8c95f [diff] |
powerpc/entry: Remove unneeded need_resched() loop Since the enabling and disabling of IRQs within preempt_schedule_irq() is contained in a need_resched() loop, we don't need the outer arch code loop. Signed-off-by: Valentin Schneider <valentin.schneider@arm.com> [mpe: Rebase since CURRENT_THREAD_INFO() removal] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>