Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137439
b: refs/heads/master
c: 3f973e2
h: refs/heads/master
i:
  137437: 5cbdb5f
  137435: 91ddf71
  137431: 5a88c9e
  137423: ac3fdba
  137407: 5e0c9ad
v: v3
  • Loading branch information
Nicolas Pitre committed Mar 16, 2009
1 parent b9d8ed9 commit 2e61559
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3902a15e784e9b1efa8e6ad246489c609e0ef880
refs/heads/master: 3f973e22160257c5bda85815be5b1540d391a671
5 changes: 5 additions & 0 deletions trunk/arch/arm/mm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <asm/cputype.h>
#include <asm/mach-types.h>
#include <asm/sections.h>
#include <asm/cachetype.h>
#include <asm/setup.h>
#include <asm/sizes.h>
#include <asm/tlb.h>
Expand Down Expand Up @@ -678,6 +679,10 @@ static void __init sanity_check_meminfo(void)
if (meminfo.nr_banks >= NR_BANKS) {
printk(KERN_CRIT "NR_BANKS too low, "
"ignoring high memory\n");
} else if (cache_is_vipt_aliasing()) {
printk(KERN_CRIT "HIGHMEM is not yet supported "
"with VIPT aliasing cache, "
"ignoring high memory\n");
} else {
memmove(bank + 1, bank,
(meminfo.nr_banks - i) * sizeof(*bank));
Expand Down

0 comments on commit 2e61559

Please sign in to comment.