Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6810
b: refs/heads/master
c: 86a8a83
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Sep 1, 2005
1 parent ef2f7a5 commit 0c401b4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 103461a80c2f2dd95fe9a39a5decd984622c2a9e
refs/heads/master: 86a8a83963a3f6beeca4900d26da93c7d2a9d92d
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/mm-armv.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ static void __init build_mem_type_table(void)

for (i = 0; i < 16; i++) {
unsigned long v = pgprot_val(protection_map[i]);
v &= (~(PTE_BUFFERABLE|PTE_CACHEABLE)) | user_pgprot;
v = (v & ~(PTE_BUFFERABLE|PTE_CACHEABLE)) | user_pgprot;
protection_map[i] = __pgprot(v);
}

Expand Down

0 comments on commit 0c401b4

Please sign in to comment.