Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46026
b: refs/heads/master
c: 04add67
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 2, 2007
1 parent d21a982 commit 177c171
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 9d6ed92196f7acdd1052b0828bb1e2f1a7241815
refs/heads/master: 04add672cf98a788e9e0d753b2ccfa4a3a0caf56
9 changes: 9 additions & 0 deletions trunk/include/asm-um/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,15 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)

#include <asm-generic/pgtable-nopud.h>

#ifdef CONFIG_HIGHMEM
/* Clear a kernel PTE and flush it from the TLB */
#define kpte_clear_flush(ptep, vaddr) \
do { \
pte_clear(&init_mm, vaddr, ptep); \
__flush_tlb_one(vaddr); \
} while (0)
#endif

#endif
#endif

Expand Down

0 comments on commit 177c171

Please sign in to comment.