Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101360
b: refs/heads/master
c: fe1a687
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Siewior authored and Linus Torvalds committed Jul 15, 2008
1 parent b50add9 commit a9d85c9
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: de3b69d7d87e1e86c0307f0f15b377dcebeab906
refs/heads/master: fe1a6875fcaaac2041945008a9875d2c07be1d9b
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ static inline int pmd_none_or_clear_bad(pmd_t *pmd)
}
return 0;
}
#endif /* CONFIG_MMU */

static inline pte_t __ptep_modify_prot_start(struct mm_struct *mm,
unsigned long addr,
Expand Down Expand Up @@ -253,6 +252,7 @@ static inline void ptep_modify_prot_commit(struct mm_struct *mm,
__ptep_modify_prot_commit(mm, addr, ptep, pte);
}
#endif /* __HAVE_ARCH_PTEP_MODIFY_PROT_TRANSACTION */
#endif /* CONFIG_MMU */

/*
* A facility to provide lazy MMU batching. This allows PTE updates and
Expand Down

0 comments on commit a9d85c9

Please sign in to comment.