aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/io.h5
-rw-r--r--include/asm-generic/io.h3
2 files changed, 3 insertions, 5 deletions
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
index 252434b00fdb..b3bba2f87e18 100644
--- a/arch/x86/include/asm/io.h
+++ b/arch/x86/include/asm/io.h
@@ -216,11 +216,6 @@ extern void set_iounmap_nonlazy(void);
216#include <asm-generic/iomap.h> 216#include <asm-generic/iomap.h>
217 217
218/* 218/*
219 * Convert a virtual cached pointer to an uncached pointer
220 */
221#define xlate_dev_kmem_ptr(p) p
222
223/*
224 * ISA space is 'always mapped' on a typical x86 system, no need to 219 * ISA space is 'always mapped' on a typical x86 system, no need to
225 * explicitly ioremap() it. The fact that the ISA IO space is mapped 220 * explicitly ioremap() it. The fact that the ISA IO space is mapped
226 * to PAGE_OFFSET is pure coincidence - it does not mean ISA values 221 * to PAGE_OFFSET is pure coincidence - it does not mean ISA values
diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h
index 395afc829409..b4531e3b2120 100644
--- a/include/asm-generic/io.h
+++ b/include/asm-generic/io.h
@@ -915,6 +915,9 @@ extern void ioport_unmap(void __iomem *p);
915#endif /* CONFIG_GENERIC_IOMAP */ 915#endif /* CONFIG_GENERIC_IOMAP */
916#endif /* CONFIG_HAS_IOPORT_MAP */ 916#endif /* CONFIG_HAS_IOPORT_MAP */
917 917
918/*
919 * Convert a virtual cached pointer to an uncached pointer
920 */
918#ifndef xlate_dev_kmem_ptr 921#ifndef xlate_dev_kmem_ptr
919#define xlate_dev_kmem_ptr xlate_dev_kmem_ptr 922#define xlate_dev_kmem_ptr xlate_dev_kmem_ptr
920static inline void *xlate_dev_kmem_ptr(void *addr) 923static inline void *xlate_dev_kmem_ptr(void *addr)