]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()
authorNicholas Piggin <npiggin@gmail.com>
Wed, 23 Jun 2021 02:29:24 +0000 (12:29 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 24 Jun 2021 14:07:09 +0000 (00:07 +1000)
commit28857e33071dca4a6f7c1f935643d6f1381e096e
treedfa1eeb08405e859efc8ddfad65e0ff29240ee58
parent4d6b6ab3f1478e5b20df1ae0b12486762b0393f0
powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()

The caller has been moved to C after irq soft-mask state has been
reconciled, and Linux IRQs have been marked as disabled, so this no
longer needs to play games with IRQ internals.

Fixes: db7c4451017f ("powerpc/64/sycall: Implement syscall entry/exit logic in C")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210623022924.704645-1-npiggin@gmail.com
arch/powerpc/kernel/time.c