]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64: change softe to irqmask in show_regs and xmon
authorNicholas Piggin <npiggin@gmail.com>
Thu, 10 May 2018 01:04:24 +0000 (11:04 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 10:40:30 +0000 (20:40 +1000)
commit457f41a458601fac967307dd53e481ff849e5608
treeb200439bd36ee32672d713904b607a0e7aeb4739
parentd9bb1c34d0696d460c7288f6b23ba526f10ea0e3
powerpc/64: change softe to irqmask in show_regs and xmon

When the soft enabled flag was changed to a soft disable mask, xmon
and register dump code was not updated to reflect that, which is
confusing ('SOFTE: 1' previously meant interrupts were soft enabled,
currently it means the opposite, the general interrupt type has been
disabled).

Fix this by using the name irqmask, and printing it in hex.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Acked-by: Balbir Singh <bsingharora@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/process.c
arch/powerpc/xmon/xmon.c