Source-Changes-D archive

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

Re: CVS commit: src/sys/kern



"Masao Uebayashi" <uebayasi%netbsd.org@localhost> wrote:
> Module Name:  src
> Committed By: uebayasi
> Date:         Sat Jul 30 05:24:17 UTC 2011
> 
> Modified Files:
>       src/sys/kern: kern_softint.c
> 
> Log Message:
> Use kmem(9) to allocate per-cpu softint context.  No functional changes.
> 

Why?  The allocation is page-sized, persistent and should preferably be
on page-boundary.

-- 
Mindaugas


Home | Main Index | Thread Index | Old Index