summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/core
diff options
context:
space:
mode:
authorMichael Brown2016-02-26 16:33:40 +0100
committerMichael Brown2016-02-26 16:33:40 +0100
commit5bd8427d3dad38993c1f8f175454f7fde0af34ca (patch)
treede75a672e177f36fef93b81ada93c96541761310 /src/arch/x86/core
parent[librm] Add support for running in 64-bit long mode (diff)
downloadipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.tar.gz
ipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.tar.xz
ipxe-5bd8427d3dad38993c1f8f175454f7fde0af34ca.zip
[ioapi] Split ioremap() out to a separate IOMAP API
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/core')
-rw-r--r--src/arch/x86/core/x86_io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/core/x86_io.c b/src/arch/x86/core/x86_io.c
index 3081fa8b9..6c6b6e1e7 100644
--- a/src/arch/x86/core/x86_io.c
+++ b/src/arch/x86/core/x86_io.c
@@ -74,9 +74,6 @@ static __unused void i386_writeq ( uint64_t data, volatile uint64_t *io_addr ) {
PROVIDE_IOAPI_INLINE ( x86, phys_to_bus );
PROVIDE_IOAPI_INLINE ( x86, bus_to_phys );
-PROVIDE_IOAPI_INLINE ( x86, ioremap );
-PROVIDE_IOAPI_INLINE ( x86, iounmap );
-PROVIDE_IOAPI_INLINE ( x86, io_to_bus );
PROVIDE_IOAPI_INLINE ( x86, readb );
PROVIDE_IOAPI_INLINE ( x86, readw );
PROVIDE_IOAPI_INLINE ( x86, readl );