summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/bus.h
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2010-08-13 12:56:00 +0000
committerjchandra <jchandra@FreeBSD.org>2010-08-13 12:56:00 +0000
commit8e011caccbf8429fb16a5b4601c6576da7748446 (patch)
tree70a6c8d6271b6747994da5d03a85344d67a3c141 /sys/mips/include/bus.h
parent24668d20b3976cd30e393fd63892d0fef68adc06 (diff)
downloadFreeBSD-src-8e011caccbf8429fb16a5b4601c6576da7748446.zip
FreeBSD-src-8e011caccbf8429fb16a5b4601c6576da7748446.tar.gz
Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.
use CPU_RMI all XLR configurations. Update ident string for N32 and N64 kernels.
Diffstat (limited to 'sys/mips/include/bus.h')
-rw-r--r--sys/mips/include/bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/bus.h b/sys/mips/include/bus.h
index 2ab347b..af83d36 100644
--- a/sys/mips/include/bus.h
+++ b/sys/mips/include/bus.h
@@ -721,7 +721,7 @@ void __bs_c(f,_bs_c_8) (void *t, bus_space_handle_t bsh1, \
DECLARE_BUS_SPACE_PROTOTYPES(generic);
extern bus_space_tag_t mips_bus_space_generic;
/* Special bus space for RMI processors */
-#ifdef TARGET_XLR_XLS
+#ifdef CPU_RMI
extern bus_space_tag_t rmi_bus_space;
extern bus_space_tag_t rmi_pci_bus_space;
#endif
OpenPOWER on IntegriCloud