commit | cd9e72b80090a8cd7d84a47a30a06fa92ff277d1 | [log] [tgz] |
---|---|---|
author | Valentin Schneider <valentin.schneider@arm.com> | Mon Sep 23 15:36:17 2019 +0100 |
committer | Paul Walmsley <paul.walmsley@sifive.com> | Wed Oct 09 16:48:27 2019 -0700 |
tree | 0e4c829c10514379d9d9635d7e0bbc09ad7b1e65 | |
parent | 8bb0daef64e5a92db63ad1d3bbf9e280a7b3612a [diff] |
RISC-V: 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. Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Signed-off-by: Valentin Schneider <valentin.schneider@arm.com> Cc: Albert Ou <aou@eecs.berkeley.edu> Cc: linux-riscv@lists.infradead.org Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>