Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154010
b: refs/heads/master
c: 0634a63
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Arnd Bergmann committed Jun 23, 2009
1 parent 00b0c62 commit bae2584
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 32a9ff9cc55b42543a84bca90b070df92af72671
refs/heads/master: 0634a632f5dea8281ae7c9a96800582ff9eb1475
4 changes: 4 additions & 0 deletions trunk/include/asm-generic/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addres
#define move_pte(pte, prot, old_addr, new_addr) (pte)
#endif

#ifndef pgprot_noncached
#define pgprot_noncached(prot) (prot)
#endif

#ifndef pgprot_writecombine
#define pgprot_writecombine pgprot_noncached
#endif
Expand Down

0 comments on commit bae2584

Please sign in to comment.