diff options
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. |