Skip to content
Snippets Groups Projects
Commit 041d785f authored by Russell King's avatar Russell King
Browse files

ARM: Fix warning: unused variable 'highmem'

parent d80ade7b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment