Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6626
b: refs/heads/master
c: 083bc6b
h: refs/heads/master
v: v3
  • Loading branch information
Deepak Saxena authored and Russell King committed Aug 29, 2005
1 parent 79540df commit 4575f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e88a579d05e1bb6c51d88f0936e372895edb8ff
refs/heads/master: 083bc6b3c9b52b5998cc49d4aa2f8f15c2e84e6b
4 changes: 1 addition & 3 deletions trunk/arch/arm/mm/mm-armv.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,9 @@ alloc_init_supersection(unsigned long virt, unsigned long phys, int prot)
int i;

for (i = 0; i < 16; i += 1) {
alloc_init_section(virt, phys & SUPERSECTION_MASK,
prot | PMD_SECT_SUPER);
alloc_init_section(virt, phys, prot | PMD_SECT_SUPER);

virt += (PGDIR_SIZE / 2);
phys += (PGDIR_SIZE / 2);
}
}

Expand Down

0 comments on commit 4575f50

Please sign in to comment.