Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225911
b: refs/heads/master
c: 26bbf0b
h: refs/heads/master
i:
  225909: 3b5114c
  225907: 8497af0
  225903: 4faeba9
v: v3
  • Loading branch information
Russell King committed Dec 22, 2010
1 parent 1421440 commit 63499ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: d30e45eeabefadc6039d7f876a59e5f5f6cb11c6
refs/heads/master: 26bbf0b57a0848932f725076bcb1245ca696e8d3
2 changes: 0 additions & 2 deletions trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ static inline void identity_mapping_add(pgd_t *pgd, unsigned long start,
pmd[1] = __pmd(addr | prot);
addr += SECTION_SIZE;
flush_pmd_entry(pmd);
outer_clean_range(__pa(pmd), __pa(pmd + 1));
}
}

Expand All @@ -100,7 +99,6 @@ static inline void identity_mapping_del(pgd_t *pgd, unsigned long start,
pmd[0] = __pmd(0);
pmd[1] = __pmd(0);
clean_pmd_entry(pmd);
outer_clean_range(__pa(pmd), __pa(pmd + 1));
}
}

Expand Down

0 comments on commit 63499ff

Please sign in to comment.