diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-09-27 12:40:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-09-28 13:06:20 -0400 |
commit | 041d785f807c8e92e11cc1bd2b3438f7823e63d2 (patch) | |
tree | 91364697e90a0a6af75c3313bf703e79f62f87c9 /arch/arm/mm/mmu.c | |
parent | d80ade7b323152672bf66e74ec11c324332f6d1e (diff) |
ARM: Fix warning: unused variable 'highmem'
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/mmu.c')
-rw-r--r-- | arch/arm/mm/mmu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index 4426ee67ceca..ce551ec2cb23 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
@@ -726,6 +726,8 @@ static void __init sanity_check_meminfo(void) | |||
726 | bank->size = VMALLOC_MIN - __va(bank->start); | 726 | bank->size = VMALLOC_MIN - __va(bank->start); |
727 | } | 727 | } |
728 | #else | 728 | #else |
729 | bank->highmem = highmem; | ||
730 | |||
729 | /* | 731 | /* |
730 | * Check whether this memory bank would entirely overlap | 732 | * Check whether this memory bank would entirely overlap |
731 | * the vmalloc area. | 733 | * the vmalloc area. |