x86: more MTRR debug printouts
authorYinghai Lu <yinghai@kernel.org>
Fri, 13 Mar 2009 01:43:54 +0000 (18:43 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Mar 2009 01:52:18 +0000 (02:52 +0100)
Impact: improve MTRR debugging messages

There's still inefficiencies suspected with the MTRR sanitizing
code, so make sure we get all the info we need from a dmesg.

- Remove unneeded mtrr_show

 (It will only printout one time by first cpu, so it is no big deal.)

- Also print out directly from get_mtrr, because it doesn't update mtrr_state.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <49B9BA5A.40108@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found