aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2005-06-29 23:23:16 +0000
committerPeter Wemm <peter@FreeBSD.org>2005-06-29 23:23:16 +0000
commitf0c6706de90abe013f4d7f2882aa119cdead8576 (patch)
tree3575067378ea41860f395b8b1bf3480c5be25cca /sys/amd64
parent3b4399f6a7c6213ad6abffb909614c2fd67be41e (diff)
downloadsrc-f0c6706de90abe013f4d7f2882aa119cdead8576.tar.gz
src-f0c6706de90abe013f4d7f2882aa119cdead8576.zip
Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h
Approved by: re
Notes
Notes: svn path=/head/; revision=147674
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
-rw-r--r--sys/amd64/amd64/trap.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index c6f5a293e7c2..56d4c14ee714 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$");
#include "opt_cpu.h"
+#include "opt_kdb.h"
#include "opt_kstack_pages.h"
#include "opt_mp_watchdog.h"
#include "opt_sched.h"
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 98c1692a639c..cb79c58266e1 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$");
#include "opt_cpu.h"
#include "opt_hwpmc_hooks.h"
#include "opt_isa.h"
+#include "opt_kdb.h"
#include "opt_ktrace.h"
#include <sys/param.h>