]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 16 Oct 2012 20:27:31 +0000 (22:27 +0200)
commitbe4767005f722d38509e05b646411db082efa6e9
tree8ad72fff5a237d695d093323dd52f94a38eb9398
parente630a2d62ad41cf2adb7e21fa52389cfb22a905f
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/mm/tlbex.c