Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10505
b: refs/heads/master
c: 63af965
h: refs/heads/master
i:
  10503: 72436a7
v: v3
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Oct 22, 2005
1 parent 5a78cf9 commit cc08631
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: b4b45313e58bf25886072a4ab111fac553747802
refs/heads/master: 63af965d2bc8d8c5d4c5949b8d3dbdc3c7b7d97a
2 changes: 2 additions & 0 deletions trunk/include/asm-parisc/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr,
#define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \
remap_pfn_range(vma, vaddr, pfn, size, prot)

#define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)

#define MK_IOSPACE_PFN(space, pfn) (pfn)
#define GET_IOSPACE(pfn) 0
#define GET_PFN(pfn) (pfn)
Expand Down

0 comments on commit cc08631

Please sign in to comment.