Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2001 23:55:59 -0800
From:      Jason Evans <jasone@canonware.com>
To:        Jason Evans <jasone@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/share/man/man9 Makefile mutex.9 src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c vm86.c src/sys/i386/isa clock.c src/sys/ia64/ia64 machdep.c src/sys/kern kern_lock.c kern_malloc.c kern_mutex.c src/sys/pc98/i386 machdep.c ...
Message-ID:  <20010120235559.R69199@canonware.com>
In-Reply-To: <200101210752.f0L7qKn06205@freefall.freebsd.org>; from jasone@FreeBSD.org on Sat, Jan 20, 2001 at 11:52:20PM -0800
References:  <200101210752.f0L7qKn06205@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 20, 2001 at 11:52:20PM -0800, Jason Evans wrote:
> jasone      2001/01/20 23:52:20 PST
> 
>   Modified files:
>     share/man/man9       Makefile mutex.9 
>     sys/alpha/alpha      machdep.c 
>     sys/i386/i386        machdep.c vm86.c 
>     sys/i386/isa         clock.c 
>     sys/ia64/ia64        machdep.c 
>     sys/kern             kern_lock.c kern_malloc.c kern_mutex.c 
>     sys/pc98/i386        machdep.c 
>     sys/pc98/pc98        clock.c 
>     sys/sys              kernel.h mutex.h 
>   Log:
>   Remove MUTEX_DECLARE() and MTX_COLD.  Instead, postpone full mutex
>   initialization until after malloc() is safe to call, then iterate through
>   all mutexes and complete their initialization.
>   
>   This change is necessary in order to avoid some circular bootstrapping
>   dependencies.
>   

Whoops,

Reviewed by:	bmilekic, jake

Jason


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010120235559.R69199>