]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Print GuestCtl1 on machine check exception
authorJames Hogan <james.hogan@imgtec.com>
Wed, 11 May 2016 14:50:32 +0000 (15:50 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 13:30:25 +0000 (15:30 +0200)
commit0999e64d8260dc9a501f45a6535383e01b63b2ec
treeae7ebc8a3e3e6151cafb2c49cc932671f2275508
parent221aaa6f5a86aa56e8f59f09b8f3ad397edd4e47
MIPS: Print GuestCtl1 on machine check exception

The GuestCtl1 CP0 register can contain the GuestID used for root TLB
operations, which affects TLB matching. The other TLB registers are
already dumped out to the log on a machine check exception due to
multiple matching TLB entries, so also dump the value of the GuestCtl1
register if GuestIDs are supported.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13232/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/dump_tlb.c