Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h

Approved by:	re
This commit is contained in:
Peter Wemm 2005-06-29 23:23:16 +00:00
parent 3b4399f6a7
commit f0c6706de9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147674
8 changed files with 9 additions and 3 deletions

View file

@ -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"

View file

@ -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>

View file

@ -57,4 +57,4 @@ PSM_DEBUG opt_psm.h
DEV_ATPIC opt_atpic.h
# Debugging
KDB_STOP_NMI opt_global.h
KDB_STOP_NMI opt_kdb.h

View file

@ -162,5 +162,5 @@ DEV_NPX opt_npx.h
ASR_COMPAT opt_asr.h
# Debugging
KDB_STOP_NMI opt_global.h
KDB_STOP_NMI opt_kdb.h
NPX_DEBUG opt_npx.h

View file

@ -104,5 +104,5 @@ DEV_MECIA opt_mecia.h
DEV_NPX opt_npx.h
# Debugging
KDB_STOP_NMI opt_global.h
KDB_STOP_NMI opt_kdb.h
NPX_DEBUG opt_npx.h

View file

@ -28,6 +28,7 @@ __FBSDID("$FreeBSD$");
#include "opt_apic.h"
#include "opt_cpu.h"
#include "opt_kdb.h"
#include "opt_kstack_pages.h"
#include "opt_mp_watchdog.h"
#include "opt_sched.h"

View file

@ -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 "opt_npx.h"
#include "opt_trap.h"

View file

@ -27,6 +27,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_kdb.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kdb.h>