“9571e1d84042f5670df9fabdcbe7dd5da3abe43e”上不存在“README.md”
提交 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) ...@@ -726,6 +726,8 @@ static void __init sanity_check_meminfo(void)
bank->size = VMALLOC_MIN - __va(bank->start); bank->size = VMALLOC_MIN - __va(bank->start);
} }
#else #else
bank->highmem = highmem;
/* /*
* Check whether this memory bank would entirely overlap * Check whether this memory bank would entirely overlap
* the vmalloc area. * the vmalloc area.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册