From ab4f2c187ae4d6c21f2689ba5e8e25c387c47cf9 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 20 Oct 2000 07:41:50 +0000 Subject: [PATCH] Catch up to SMP_DEBUG -> MUTEX_DEBUG. --- sys/conf/NOTES | 4 ++-- sys/i386/conf/NOTES | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4d11fe7106e5..e937b825ef99 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -136,10 +136,10 @@ options APIC_IO # Symmetric (APIC) I/O # SMP Debugging Options: # -# SMP_DEBUG enables various extra assertions in the mutex code. +# MUTEX_DEBUG enables various extra assertions in the mutex code. # WITNESS enables the mutex witness code which detects deadlocks and cycles # during locking operations. -options SMP_DEBUG +options MUTEX_DEBUG options WITNESS diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 4d11fe7106e5..e937b825ef99 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -136,10 +136,10 @@ options APIC_IO # Symmetric (APIC) I/O # SMP Debugging Options: # -# SMP_DEBUG enables various extra assertions in the mutex code. +# MUTEX_DEBUG enables various extra assertions in the mutex code. # WITNESS enables the mutex witness code which detects deadlocks and cycles # during locking operations. -options SMP_DEBUG +options MUTEX_DEBUG options WITNESS