]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Don't use __MASKABLE_EXCEPTION unnecessarily
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 26 Jul 2018 13:07:17 +0000 (23:07 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Aug 2018 11:49:39 +0000 (21:49 +1000)
commit7b742c853c988b875367970bae13cdd18707c665
tree87e2f82e66aa4f2f226e23b70678d850298f4f7a
parent594d7ca5899bc7b381df61b86a12724db0f1b61d
powerpc/64s: Don't use __MASKABLE_EXCEPTION unnecessarily

We only need to use __MASKABLE_EXCEPTION in one of the four cases for
hardware interrupt, so use the helper macros in the other cases.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/exceptions-64s.S