Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 sun4v: add breakpoint trap entry to...
details: https://anonhg.NetBSD.org/src/rev/b77d3455956f
branches: trunk
changeset: 343567:b77d3455956f
user: palle <palle%NetBSD.org@localhost>
date: Sun Feb 14 21:13:33 2016 +0000
description:
sun4v: add breakpoint trap entry to the sun4v trap table
diffstat:
sys/arch/sparc64/sparc64/locore.s | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 94cdad7af2a8 -r b77d3455956f sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Sun Feb 14 19:54:19 2016 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sun Feb 14 21:13:33 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.387 2016/02/03 20:33:52 palle Exp $ */
+/* $NetBSD: locore.s,v 1.388 2016/02/14 21:13:33 palle Exp $ */
/*
* Copyright (c) 2006-2010 Matthew R. Green
@@ -1075,7 +1075,9 @@
sun4v_trap_entry_spill_fill_fail 1 ! 0x0f4 fill_5_other
sun4v_trap_entry_spill_fill_fail 1 ! 0x0f8 fill_6_other
sun4v_trap_entry_spill_fill_fail 1 ! 0x0fc fill_7_other
- sun4v_trap_entry 256 ! 0x100-0x1ff
+ sun4v_trap_entry 1 ! 0x100
+ BPT ! 0x101 = pseudo breakpoint instruction
+ sun4v_trap_entry 254 ! 0x102-0x1ff
!
! trap level 1
!
Home |
Main Index |
Thread Index |
Old Index