Connect "options MP_WATCHDOG" to the LINT builds.
This commit is contained in:
parent
bb4e63066a
commit
fdbbb288dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142732
@ -42,6 +42,11 @@ device atpic # Optional legacy pic support
|
||||
device mptable # Optional MPSPEC mptable support
|
||||
options NO_MIXED_MODE # Disable use of mixed mode
|
||||
|
||||
#
|
||||
# Watchdog routines.
|
||||
#
|
||||
options MP_WATCHDOG
|
||||
|
||||
|
||||
#####################################################################
|
||||
# CPU OPTIONS
|
||||
|
@ -55,6 +55,11 @@ device apic # I/O apic
|
||||
options MPTABLE_FORCE_HTT # Enable HTT CPUs with the MP Table
|
||||
options NO_MIXED_MODE # Disable use of mixed mode
|
||||
|
||||
#
|
||||
# Watchdog routines.
|
||||
#
|
||||
options MP_WATCHDOG
|
||||
|
||||
|
||||
#####################################################################
|
||||
# CPU OPTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user