summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-05-04 07:21:04 +0000
committerjake <jake@FreeBSD.org>2003-05-04 07:21:04 +0000
commit3d16e172aec07b8f10e2136695f0a8adee45715f (patch)
tree6dafdf9e4792b8df79f8be75c13756d09788885c /sys
parent0f78bf82bab85c14dad9daf7cfb00df42163568c (diff)
downloadFreeBSD-src-3d16e172aec07b8f10e2136695f0a8adee45715f.zip
FreeBSD-src-3d16e172aec07b8f10e2136695f0a8adee45715f.tar.gz
Forgot to update string and signal tables when some of the trap types
changed.
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/sparc64/trap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c
index 357c7ac..4ea297b 100644
--- a/sys/sparc64/sparc64/trap.c
+++ b/sys/sparc64/sparc64/trap.c
@@ -138,12 +138,12 @@ const char *trap_msg[] = {
"trap instruction 29",
"trap instruction 30",
"trap instruction 31",
+ "fast instruction access mmu miss",
+ "fast data access mmu miss",
"interrupt",
"physical address watchpoint",
"virtual address watchpoint",
"corrected ecc error",
- "fast instruction access mmu miss",
- "fast data access mmu miss",
"spill",
"fill",
"fill",
@@ -193,12 +193,12 @@ const int trap_sig[] = {
SIGILL, /* trap instruction 29 */
SIGILL, /* trap instruction 30 */
SIGILL, /* trap instruction 31 */
+ SIGSEGV, /* fast instruction access mmu miss */
+ SIGSEGV, /* fast data access mmu miss */
-1, /* interrupt */
-1, /* physical address watchpoint */
-1, /* virtual address watchpoint */
-1, /* corrected ecc error */
- SIGSEGV, /* fast instruction access mmu miss */
- SIGSEGV, /* fast data access mmu miss */
SIGILL, /* spill */
SIGILL, /* fill */
SIGILL, /* fill */
OpenPOWER on IntegriCloud