aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/support.S
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-07-10 22:39:17 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-07-10 22:39:17 +0000
commit4b0cc40d57e8cbc5488892bbd756e4e27f9deb26 (patch)
tree22e00123a493131337c01d05bf69675be6da58e7 /sys/amd64/amd64/support.S
parent5704f2350a9ab31ff6c3e02452e1be8918eb3094 (diff)
downloadsrc-4b0cc40d57e8cbc5488892bbd756e4e27f9deb26.tar.gz
src-4b0cc40d57e8cbc5488892bbd756e4e27f9deb26.zip
Update for the KDB framework:
o Make debugging support conditional upon KDB instead of DDB. o Remove implementation of Debugger(). o Don't make setjump() and longjump() conditional upon DDB. o s/ddb_on_nmi/kdb_on_nmi/g o Call kdb_reenter() when kdb_active is non-zero. Call kdb_trap() otherwise.
Notes
Notes: svn path=/head/; revision=131941
Diffstat (limited to 'sys/amd64/amd64/support.S')
-rw-r--r--sys/amd64/amd64/support.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index d81d3e5dc5f4..ba6f3c22f0b5 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -621,7 +621,6 @@ ENTRY(lgdt)
MEXITCOUNT
lretq
-#ifdef DDB
/*****************************************************************************/
/* setjump, longjump */
/*****************************************************************************/
@@ -652,7 +651,6 @@ ENTRY(longjmp)
xorl %eax,%eax /* return(1); */
incl %eax
ret
-#endif
/*
* Support for BB-profiling (gcc -a). The kernbb program will extract