diff options
Diffstat (limited to 'include/asm-parisc/pgtable.h')
-rw-r--r-- | include/asm-parisc/pgtable.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-parisc/pgtable.h b/include/asm-parisc/pgtable.h index d7e1b10da5c6..beb2adb979d9 100644 --- a/include/asm-parisc/pgtable.h +++ b/include/asm-parisc/pgtable.h | |||
@@ -528,10 +528,6 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, | |||
528 | 528 | ||
529 | #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) | 529 | #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) |
530 | 530 | ||
531 | #define MK_IOSPACE_PFN(space, pfn) (pfn) | ||
532 | #define GET_IOSPACE(pfn) 0 | ||
533 | #define GET_PFN(pfn) (pfn) | ||
534 | |||
535 | /* We provide our own get_unmapped_area to provide cache coherency */ | 531 | /* We provide our own get_unmapped_area to provide cache coherency */ |
536 | 532 | ||
537 | #define HAVE_ARCH_UNMAPPED_AREA | 533 | #define HAVE_ARCH_UNMAPPED_AREA |