Source-Changes archive

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

Re: CVS commit: src/sys/arch/x86/x86



On Tue, Dec 23, 2008 at 03:31:20PM +0000, Christoph Egger wrote:

> Module Name:  src
> Committed By: cegger
> Date:         Tue Dec 23 15:31:20 UTC 2008
> 
> Modified Files:
>       src/sys/arch/x86/x86: mpacpi.c mpbios.c
> 
> Log Message:
> move from malloc to kmem

FWIW, these should be KM_SLEEP allocations on the basis that there is no
explicit and legitimate reason for them to be KM_NOSLEEP. Also:

http://nxr.homeunix.org/source/xref/share/misc/style#276

Thanks,
Andrew


Home | Main Index | Thread Index | Old Index