提交 a7c7d0e9 编写于 作者: I Ingo Molnar

x86: tom2 warning fix

Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 35605a10
...@@ -251,8 +251,10 @@ void __init get_mtrr_state(void) ...@@ -251,8 +251,10 @@ void __init get_mtrr_state(void)
else else
printk(KERN_INFO "MTRR %u disabled\n", i); printk(KERN_INFO "MTRR %u disabled\n", i);
} }
if (tom2) if (tom2) {
printk(KERN_INFO "TOM2: %016lx aka %ldM\n", tom2, tom2>>20); printk(KERN_INFO "TOM2: %016llx aka %lldM\n",
tom2, tom2>>20);
}
} }
mtrr_state_set = 1; mtrr_state_set = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册