diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2007-05-08 03:30:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:13 -0400 |
commit | 0bb5e19d63cc1b09aed8aef3a20926ac435bb8e7 (patch) | |
tree | c6b2a03259a86ca96d3fac02fc0f2f05220e6682 /include/asm-i386/pgtable.h | |
parent | 53f049fa5f18730b61faaee582ea0e045fd44f49 (diff) |
Clean up mostly unused IOSPACE macros
Most architectures defined three macros, MK_IOSPACE_PFN(), GET_IOSPACE()
and GET_PFN() in pgtable.h. However, the only callers of any of these
macros are in Sparc specific code, either in arch/sparc, arch/sparc64 or
drivers/sbus.
This patch removes the redundant macros from all architectures except
sparc and sparc64.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-i386/pgtable.h')
-rw-r--r-- | include/asm-i386/pgtable.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-i386/pgtable.h b/include/asm-i386/pgtable.h index 61fbf8578ff1..edce9d51a676 100644 --- a/include/asm-i386/pgtable.h +++ b/include/asm-i386/pgtable.h | |||
@@ -542,10 +542,6 @@ static inline void paravirt_pagetable_setup_done(pgd_t *base) | |||
542 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | 542 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ |
543 | remap_pfn_range(vma, vaddr, pfn, size, prot) | 543 | remap_pfn_range(vma, vaddr, pfn, size, prot) |
544 | 544 | ||
545 | #define MK_IOSPACE_PFN(space, pfn) (pfn) | ||
546 | #define GET_IOSPACE(pfn) 0 | ||
547 | #define GET_PFN(pfn) (pfn) | ||
548 | |||
549 | #include <asm-generic/pgtable.h> | 545 | #include <asm-generic/pgtable.h> |
550 | 546 | ||
551 | #endif /* _I386_PGTABLE_H */ | 547 | #endif /* _I386_PGTABLE_H */ |