summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/intr.h
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-14 17:40:18 +0000
committerian <ian@FreeBSD.org>2014-05-14 17:40:18 +0000
commit3c9602820517b21689d8a6153fd6f7ea38c7a749 (patch)
tree5a1c9e79488178b15f78d541f8a651be6ee21573 /sys/arm/include/intr.h
parent4ee6f0bd3bade07595ecc84f07aa45d765a3eae1 (diff)
downloadFreeBSD-src-3c9602820517b21689d8a6153fd6f7ea38c7a749.zip
FreeBSD-src-3c9602820517b21689d8a6153fd6f7ea38c7a749.tar.gz
MFC r258359, r258742, r258845, r259936, r259640
Apply access flags for managed and unmanaged pages properly on ARMv6/v7 Set the PGA_WRITEABLE flag when the protections indicate write access, not just when the current access is a write. Enable missing Access Flag for secondary cores on ARMv6/v7 Add identification and necessary type checks for Krait CPU cores.
Diffstat (limited to 'sys/arm/include/intr.h')
-rw-r--r--sys/arm/include/intr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/intr.h b/sys/arm/include/intr.h
index 93a204c..a3bc837 100644
--- a/sys/arm/include/intr.h
+++ b/sys/arm/include/intr.h
@@ -52,6 +52,8 @@
#define NIRQ 64
#elif defined(CPU_CORTEXA)
#define NIRQ 160
+#elif defined(CPU_KRAIT)
+#define NIRQ 288
#elif defined(CPU_ARM1136) || defined(CPU_ARM1176)
#define NIRQ 128
#elif defined(SOC_MV_ARMADAXP)
OpenPOWER on IntegriCloud