summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/intr_machdep.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/intr_machdep.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/intr_machdep.h')
-rw-r--r--sys/mips/include/intr_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/intr_machdep.h b/sys/mips/include/intr_machdep.h
index 575bba4..3d66e63 100644
--- a/sys/mips/include/intr_machdep.h
+++ b/sys/mips/include/intr_machdep.h
@@ -29,7 +29,7 @@
#ifndef _MACHINE_INTR_MACHDEP_H_
#define _MACHINE_INTR_MACHDEP_H_
-#ifdef TARGET_XLR_XLS
+#ifdef CPU_RMI
#define XLR_MAX_INTR 64
#else
#define NHARD_IRQS 6
OpenPOWER on IntegriCloud