Connect "options MP_WATCHDOG" to the LINT builds.

This commit is contained in:
David E. O'Brien 2005-02-28 00:55:16 +00:00
parent bb4e63066a
commit fdbbb288dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142732
2 changed files with 10 additions and 0 deletions

View File

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

View File

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