Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300324
b: refs/heads/master
c: 1a3abcf
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Andrianov authored and Russell King committed May 17, 2012
1 parent 013a233 commit 549eeff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 9b61a4d1b2064dbd0c9e61754305ac852170509f
refs/heads/master: 1a3abcf41f13666d4ed241c8cc7f48bd38e7b543
3 changes: 2 additions & 1 deletion trunk/arch/arm/mm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,8 @@ static void __init build_mem_type_table(void)
*/
for (i = 0; i < ARRAY_SIZE(mem_types); i++) {
mem_types[i].prot_pte |= PTE_EXT_AF;
mem_types[i].prot_sect |= PMD_SECT_AF;
if (mem_types[i].prot_sect)
mem_types[i].prot_sect |= PMD_SECT_AF;
}
kern_pgprot |= PTE_EXT_AF;
vecs_pgprot |= PTE_EXT_AF;
Expand Down

0 comments on commit 549eeff

Please sign in to comment.