]> git.baikalelectronics.ru Git - kernel.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, 26 Nov 2012 12:41:06 +0000 (13:41 +0100)
commitae621ad99ab2aff5e942a19cc7f81b95167e6a86
treee73510c58f6c7907af34fe4456e8830c8675db2f
parentc44bfb8a7fd4401cfbe90b04b703981aed795a80
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