tech-kern archive

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

Re: recent changes in subr_pool.c



On Sun, Apr 06, 2008 at 05:52:39PM -0400, Michael Lorenz wrote:

> this assertion in pool_cache_cpu_enter()
>       KASSERT(((uintptr_t)cc & (CACHE_LINE_SIZE - 1)) == 0);
> fails on my O2. Before I start digging - any good idea where to look  
> first?

Hmm, that doesn't make sense at all. The assertion is now gone from the code
and I don't know of a way that it could have occurred.

Andrew


Home | Main Index | Thread Index | Old Index