Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279524
b: refs/heads/master
c: 09c188c
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Thorpe authored and Benjamin Herrenschmidt committed Nov 25, 2011
1 parent 7b6006a commit 7c21000
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e8d2c47352453606fdfef17742ab4154262f937d
refs/heads/master: 09c188c4f6b331dbb61a2b5bd05d4c89c733fe33
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ extern int ptep_set_access_flags(struct vm_area_struct *vma, unsigned long addre
#define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
_PAGE_COHERENT | _PAGE_WRITETHRU))

#define pgprot_cached_noncoherent(prot) \
(__pgprot(pgprot_val(prot) & ~_PAGE_CACHE_CTL))

#define pgprot_writecombine pgprot_noncached_wc

struct file;
Expand Down

0 comments on commit 7c21000

Please sign in to comment.