summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2015-04-05 16:35:13 +0000
committerjhibbits <jhibbits@FreeBSD.org>2015-04-05 16:35:13 +0000
commitad4c44585fada55867cb6709b865aff16c9cc9ce (patch)
tree049c95807679899ea7781b07474baeafc1d373ad /sys/powerpc/include
parente5f58186a5feb19a64dc329c83ea12cd3daa3dda (diff)
downloadFreeBSD-src-ad4c44585fada55867cb6709b865aff16c9cc9ce.zip
FreeBSD-src-ad4c44585fada55867cb6709b865aff16c9cc9ce.tar.gz
Missed this in r281096 as well.
Renumber EXC_DEBUG to be above EXC_LAST, so as not to conflict with AIM trap vectors.
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/trap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h
index b3391b1..3ca4b13 100644
--- a/sys/powerpc/include/trap.h
+++ b/sys/powerpc/include/trap.h
@@ -85,7 +85,7 @@
#define EXC_DTMISS 0x1100 /* Data TLB Miss */
#define EXC_ITMISS 0x1200 /* Instruction TLB Miss */
#define EXC_APU 0x1300 /* Auxiliary Processing Unit */
-#define EXC_DEBUG 0x2000 /* Debug trap */
+#define EXC_DEBUG 0x2f10 /* Debug trap */
#define EXC_LAST 0x2f00 /* Last possible exception vector */
OpenPOWER on IntegriCloud