diff options
author | Yinghai Lu <yinghai@kernel.org> | 2009-03-12 04:05:46 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-13 02:52:18 +0100 |
commit | c1ab7e93c6ddf8a068719b97b7e26c3d8eba7c32 (patch) | |
tree | 082d706f75eb597a4d8b4d2b7ba8ed4b4ce3a1b2 /arch/x86 | |
parent | x86: more MTRR debug printouts (diff) | |
download | linux-c1ab7e93c6ddf8a068719b97b7e26c3d8eba7c32.tar.xz linux-c1ab7e93c6ddf8a068719b97b7e26c3d8eba7c32.zip |
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')
-rw-r--r-- | arch/x86/kernel/cpu/mtrr/main.c | 2 |
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 236a401b8259..311a4734609b 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, " |