From 9d60f0cbdbaa4a8adb78af2f6ec1d5cb1b4871b0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 4 Oct 2001 10:31:51 +0000 Subject: [PATCH] Comment out RESTARTABLE_PANICS so that it is not defined in LINT. It introduces many useless warnings obscuring the useful ones. --- sys/conf/NOTES | 2 +- sys/i386/conf/NOTES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e50855d01a00..75d4650d7299 100644 --- a/sys/conf/NOTES +++ b/sys/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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e50855d01a00..75d4650d7299 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