From owner-freebsd-current Tue Feb 10 08:40:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24319 for current-outgoing; Tue, 10 Feb 1998 08:40:25 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24311 for ; Tue, 10 Feb 1998 08:40:19 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id QAA06888 for ; Tue, 10 Feb 1998 16:40:17 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id RAA17357; Tue, 10 Feb 1998 17:40:16 +0100 (MET) Message-ID: <19980210174001.25447@follo.net> Date: Tue, 10 Feb 1998 17:40:01 +0100 From: Eivind Eklund To: current@FreeBSD.ORG Subject: Minor test from somebody with SMP needed Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can somebody test if their system seem to work reliably with the below patch and options SIMPLELOCK_DEBUG in their kernel config file? Alternatively, can somebody that understand the issues say if the change is correct? SIMPLELOCK_DEBUG doesn't work at all with a multiprocessor-system as it is; the kernel won't even link, and this breaks LINT. Index: kern/kern_lock.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_lock.c,v retrieving revision 1.16 diff -u -r1.16 kern_lock.c --- kern_lock.c 1998/02/06 12:13:23 1.16 +++ kern_lock.c 1998/02/10 16:35:20 @@ -462,7 +462,7 @@ printf(" with %d pending", lkp->lk_waitcount); } -#if defined(SIMPLELOCK_DEBUG) && NCPUS == 1 +#if defined(SIMPLELOCK_DEBUG) #include #include Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe current" in the body of the message