]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/exception: remove H concatenation for EXC_HV variants
authorNicholas Piggin <npiggin@gmail.com>
Sat, 22 Jun 2019 13:15:11 +0000 (23:15 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jul 2019 10:23:51 +0000 (20:23 +1000)
commit4dabbf397c9b52bf4a2b9a8413a0dd235f3d7872
treed214f8c3d70fd1e47636e0805443a9080d259296
parentde93c1b3944fbb99dcfcbe9306f9137556294b96
powerpc/64s/exception: remove H concatenation for EXC_HV variants

Replace all instances of this with gas macros that test the hsrr
parameter and use the appropriate register names / labels.

No generated code change.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
[mpe: Remove extraneous 2nd check for 0xea0 in SOFTEN_TEST]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/exception-64s.h
arch/powerpc/include/asm/head-64.h
arch/powerpc/kernel/exceptions-64s.S