Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ARM: Fix warning: unused variable 'highmem'

parent d80ade7b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.