]> 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>
Mon, 22 Oct 2012 07:03:09 +0000 (09:03 +0200)
commit0a7fc723075b6b12a26bac210629c2e7bc16215e
tree055a43e0539c25b97206f7b0a8a7d2820a9d01c0
parent5af16586313c3b9d2ca68df460639937ca1cdeb0
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