arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
authorWill Deacon <will@kernel.org>
Fri, 30 Jul 2021 11:24:42 +0000 (12:24 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 20 Aug 2021 10:33:07 +0000 (12:33 +0200)
commit94f9c00f6460c0b175226c8fe6fd137547b239bd
treebc8be003ad95d2127507ed38ee96c20c90dac654
parentead7de462ae56b2d2e56fb5a414f6e916dddc4c9
arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores

The scheduler now knows enough about these braindead systems to place
32-bit tasks accordingly, so throw out the safety checks and allow the
ret-to-user path to avoid do_notify_resume() if there is nothing to do.

Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20210730112443.23245-16-will@kernel.org
arch/arm64/kernel/process.c
arch/arm64/kernel/signal.c