summaryrefslogtreecommitdiffstats
path: root/sys/pc98/include
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2010-12-20 16:39:43 +0000
committertijl <tijl@FreeBSD.org>2010-12-20 16:39:43 +0000
commit0f810ef0a25b4d64ffe05b47b5dfd30d73167b71 (patch)
tree1dae55b03b0d7f2f5c78986fe19e42d381f09774 /sys/pc98/include
parent17886985855b2679e5479ecc5effa42d979bd3ac (diff)
downloadFreeBSD-src-0f810ef0a25b4d64ffe05b47b5dfd30d73167b71.zip
FreeBSD-src-0f810ef0a25b4d64ffe05b47b5dfd30d73167b71.tar.gz
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
the original amd64 and i386 headers with stubs. Rename (AMD64|I386)_BUS_SPACE_* to X86_BUS_SPACE_* everywhere. Reviewed by: imp (previous version), jhb Approved by: kib (mentor)
Diffstat (limited to 'sys/pc98/include')
-rw-r--r--sys/pc98/include/bus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/include/bus.h b/sys/pc98/include/bus.h
index b12845c..69e80f0 100644
--- a/sys/pc98/include/bus.h
+++ b/sys/pc98/include/bus.h
@@ -192,8 +192,8 @@ struct bus_space_handle {
extern struct bus_space_tag SBUS_io_space_tag;
extern struct bus_space_tag SBUS_mem_space_tag;
-#define I386_BUS_SPACE_IO (&SBUS_io_space_tag)
-#define I386_BUS_SPACE_MEM (&SBUS_mem_space_tag)
+#define X86_BUS_SPACE_IO (&SBUS_io_space_tag)
+#define X86_BUS_SPACE_MEM (&SBUS_mem_space_tag)
/*
* Allocate/Free bus_space_handle
OpenPOWER on IntegriCloud