Commit 041d785f authored by Russell King's avatar Russell King

ARM: Fix warning: unused variable 'highmem'

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment