Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339199
b: refs/heads/master
c: 33eaa58
h: refs/heads/master
i:
  339197: 6065f37
  339195: 53688b2
  339191: 3500107
  339183: 6a15d40
  339167: 75946c5
  339135: 59e29b8
  339071: 84317de
  338943: a8b5b06
v: v3
  • Loading branch information
Catalin Marinas committed Nov 29, 2012
1 parent 1098190 commit d3d26d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8f3bfa584ed05e9e7d290707c48eee026fb94ece
refs/heads/master: 33eaa58f854770dc9c98411a356c98e3a53edfda
2 changes: 2 additions & 0 deletions trunk/arch/arm64/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr,
{
if (pte_present_exec_user(pte))
__sync_icache_dcache(pte, addr);
if (!pte_dirty(pte))
pte = pte_wrprotect(pte);
set_pte(ptep, pte);
}

Expand Down

0 comments on commit d3d26d0

Please sign in to comment.