summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2011-08-27 14:24:27 +0000
committerrwatson <rwatson@FreeBSD.org>2011-08-27 14:24:27 +0000
commit55dd870b96d9c6061c2eff00ceaddd2a509b4919 (patch)
tree49e850acfe39af24efb3586c06c15ff6b9183c36 /sys/ddb
parent75529036c4053c147bc25c97cdce45422f260647 (diff)
downloadFreeBSD-src-55dd870b96d9c6061c2eff00ceaddd2a509b4919.zip
FreeBSD-src-55dd870b96d9c6061c2eff00ceaddd2a509b4919.tar.gz
Follow up to r225203 refining break-to-debugger run-time configuration
improvements: (1) Implement new model in previously missed at91 UART driver (2) Move BREAK_TO_DEBUGGER and ALT_BREAK_TO_DEBUGGER from opt_comconsole.h to opt_kdb.h (spotted by np) (3) Garbage collect now-unused opt_comconsole.h MFC after: 3 weeks Approved by: re (bz)
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_break.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c
index ac0c874..02833ec 100644
--- a/sys/ddb/db_break.c
+++ b/sys/ddb/db_break.c
@@ -35,8 +35,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_comconsole.h"
-
#include <sys/param.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud