Comment out RESTARTABLE_PANICS so that it is not defined in LINT. It

introduces many useless warnings obscuring the useful ones.
This commit is contained in:
John Baldwin 2001-10-04 10:31:51 +00:00
parent 69ad5bdd3f
commit 9d60f0cbdb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84462
2 changed files with 2 additions and 2 deletions

View File

@ -399,7 +399,7 @@ options REGRESSION
# for development use only and should NOT be used in production systems
# to "workaround" a panic.
#
options RESTARTABLE_PANICS
#options RESTARTABLE_PANICS
#
# PERFMON causes the driver for Pentium/Pentium Pro performance counters

View File

@ -399,7 +399,7 @@ options REGRESSION
# for development use only and should NOT be used in production systems
# to "workaround" a panic.
#
options RESTARTABLE_PANICS
#options RESTARTABLE_PANICS
#
# PERFMON causes the driver for Pentium/Pentium Pro performance counters