Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



On Thu, Jan 01, 2009 at 03:10:20PM +0000, Antti Kantee wrote:

> Module Name:  src
> Committed By: pooka
> Date:         Thu Jan  1 15:10:20 UTC 2009
> 
> Modified Files:
>       src/sys/kern: init_main.c subr_prf.c
>       src/sys/sys: kprintf.h
> 
> Log Message:
> * unexpose kprintf locking internals
> * migrate from simplelock to kmutex
> 
> Don't bother to bump kernel version, since nothing outside of subr_prf
> used KPRINTF_MUTEX_ENXIT()

printf() can't safely be called above IPL_VM, don't see a need for the lock
to be at IPL_HIGH.

Andrew


Home | Main Index | Thread Index | Old Index