Skip to content

Commit

Permalink
ARM: Fix warning: unused variable 'highmem'
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Sep 28, 2009
1 parent d80ade7 commit 041d785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 041d785

Please sign in to comment.