diff options
author | jhb <jhb@FreeBSD.org> | 2001-10-04 10:31:51 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-10-04 10:31:51 +0000 |
commit | 5adad7bfe991946d968177b4d27db3ecf21a33c5 (patch) | |
tree | bac2508c928bfe461e627953c158990c27543553 /sys/i386 | |
parent | 7d9178b7e1fb7a78b70ce58e18e39eb6cdb26380 (diff) | |
download | FreeBSD-src-5adad7bfe991946d968177b4d27db3ecf21a33c5.zip FreeBSD-src-5adad7bfe991946d968177b4d27db3ecf21a33c5.tar.gz |
Comment out RESTARTABLE_PANICS so that it is not defined in LINT. It
introduces many useless warnings obscuring the useful ones.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e50855d..75d4650 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 |