Subject: Re: workqueue(9), per-CPU queues (part 2)
To: None <rmind@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: tech-kern
Date: 07/26/2007 10:40:12
On Thu, Jul 26, 2007 at 08:35:58AM +0900, YAMAMOTO Takashi wrote:

> > Any objections to move CACHE_LINE_SIZE to cpu.h?
> 
> i prefer param.h, but i don't care much.

sys/param.h, machine/param.h are where stuff like this usually lives.

One thing - what I was suggesting was to have the queue structures aligned
on a N-byte boundary, not just to seperate them by N bytes. Does your change
do that?

Thanks,
Andrew