提交 041d785f 编写于 作者: R Russell King

ARM: Fix warning: unused variable 'highmem'

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 d80ade7b
......@@ -726,6 +726,8 @@ static void __init sanity_check_meminfo(void)
bank->size = VMALLOC_MIN - __va(bank->start);
}
#else
bank->highmem = highmem;
/*
* Check whether this memory bank would entirely overlap
* the vmalloc area.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册