summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mtrr/main.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2009-03-12 03:05:46 (GMT)
committerIngo Molnar <mingo@elte.hu>2009-03-13 01:52:18 (GMT)
commitc1ab7e93c6ddf8a068719b97b7e26c3d8eba7c32 (patch)
tree082d706f75eb597a4d8b4d2b7ba8ed4b4ce3a1b2 /arch/x86/kernel/cpu/mtrr/main.c
parent8ad9790588ee2e69118b2b294ddab6f3f0379ad9 (diff)
downloadlinux-c1ab7e93c6ddf8a068719b97b7e26c3d8eba7c32.tar.xz
x86: print out mtrr_range_state when user specify size
Impact: print more debug info Keep it consistent with autodetect version. Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <49B87C0A.4010105@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/mtrr/main.c')
-rw-r--r--arch/x86/kernel/cpu/mtrr/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/mtrr/main.c b/arch/x86/kernel/cpu/mtrr/main.c
index 236a401..311a473 100644
--- a/arch/x86/kernel/cpu/mtrr/main.c
+++ b/arch/x86/kernel/cpu/mtrr/main.c
@@ -1424,6 +1424,8 @@ static int __init mtrr_cleanup(unsigned address_bits)
if (!result[i].bad) {
set_var_mtrr_all(address_bits);
+ printk(KERN_DEBUG "New variable MTRRs\n");
+ print_out_mtrr_range_state();
return 1;
}
printk(KERN_INFO "invalid mtrr_gran_size or mtrr_chunk_size, "