]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: entry: Remove unneeded need_resched() loop
authorValentin Schneider <valentin.schneider@arm.com>
Mon, 23 Sep 2019 14:36:16 +0000 (15:36 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 8 Oct 2019 09:03:34 +0000 (11:03 +0200)
commit4b917e599e9e4582e3485fc394e63721d0111df9
tree61776d532e2ffa504f2ef946d457c2b857abbb6c
parent3a9527121a36d10e81fe39475a76144099c51db0
microblaze: 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>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/entry.S