commit | a2c763e0747f28c7b2eb4c5058344790bfee0ed9 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Oct 16 22:20:26 2012 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Nov 26 13:41:06 2012 +0100 |
tree | e73510c58f6c7907af34fe4456e8830c8675db2f | |
parent | 088b530a07ad64b25cc28ad84d879af0859f9bf5 [diff] |
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>