提交 1e84911c 编写于 作者: J Jaswinder Singh 提交者: Ingo Molnar

x86: mtrr/main.c declare range_state as static

Signed-off-by: NJaswinder Singh <jaswinder@infradead.org>
上级 8fd329a1
...@@ -729,7 +729,7 @@ struct var_mtrr_range_state { ...@@ -729,7 +729,7 @@ struct var_mtrr_range_state {
mtrr_type type; mtrr_type type;
}; };
struct var_mtrr_range_state __initdata range_state[RANGE_NUM]; static struct var_mtrr_range_state __initdata range_state[RANGE_NUM];
static int __initdata debug_print; static int __initdata debug_print;
static int __init static int __init
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册