diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-05-18 10:40:16 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-06-29 09:47:43 +0300 |
commit | 98552307e3a72d480e72744bf5da2a865822f496 (patch) | |
tree | 10fa4b57829ca31d4cc3ae553638ec26317b4cbf /drivers/block | |
parent | 7d7b28b302085e1ec2815bc9f5205af28394c5db (diff) | |
download | linux-98552307e3a72d480e72744bf5da2a865822f496.tar.xz |
powerpc/irq64: Remove get_irq_happened()
No need to open code the read of local_paca->irq_happened in
assembly, we have READ_ONCE() for doing the same.
Replace get_irq_happened() by READ_ONCE(local_paca->irq_happened).
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/af511b53e4eb51f8fbc51eda7f5597175e68dce6.1652859593.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions