MIPS: tlbex: Better debug output.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 16 Oct 2012 20:20:26 +0000 (22:20 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Nov 2012 12:41:06 +0000 (13:41 +0100)
commita2c763e0747f28c7b2eb4c5058344790bfee0ed9
treee73510c58f6c7907af34fe4456e8830c8675db2f
parent088b530a07ad64b25cc28ad84d879af0859f9bf5
MIPS: tlbex: Better debug output.

Pgtable bits are assigned dynamically depending on processor feature and
statically based on kernel configuration.  To make sense out of the
disassembled TLB exception handlers a list of the actual assignments
used for a particular configuration and hardware setup can be very useful.

Output the actual TLB exception handlers in a format that simplifies their
post processsing from dmesg output.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable-bits.h
arch/mips/mm/tlbex.c
This page took 0.041824 seconds and 5 git commands to generate.