Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2513
b: refs/heads/master
c: 515bae9
h: refs/heads/master
i:
  2511: 0605107
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Jun 22, 2005
1 parent 34147db commit 4141680
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: ac5b33c9bcf1c05ae949b026a51d7f8f9573591c
refs/heads/master: 515bae9cdc6a78eda0879e1f158056d73ec808b7
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/mm/hash_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void __init htab_initialize(void)
memset((void *)table, 0, htab_size_bytes);
}

mode_rw = _PAGE_ACCESSED | _PAGE_COHERENT | PP_RWXX;
mode_rw = _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX;

/* On U3 based machines, we need to reserve the DART area and
* _NOT_ map it to avoid cache paradoxes as it's remapped non
Expand Down

0 comments on commit 4141680

Please sign in to comment.