mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 08:01:59 +00:00
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>
This commit is contained in:
parent
8ad9790588
commit
c1ab7e93c6
@ -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, "
|
||||
|
Loading…
Reference in New Issue
Block a user