Subject: Re: CVS commit: src/sys
To: None <rmind@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 08/05/2007 19:29:43
rmind@NetBSD.org wrote:
> Module Name: src
> Committed By: rmind
> Date: Sun Aug 5 01:19:18 UTC 2007
>
> Modified Files:
> src/sys/dev/ieee1394: fw_port.h
> src/sys/kern: kern_cpu.c subr_workqueue.c
> src/sys/sys: cpu.h cpu_data.h param.h
>
> Log Message:
:
> - Make structures CPU-cache friendly, as suggested and explained
> by Andrew Doran. CACHE_LINE_SIZE definition is invented.
Isn't it better to put the default CACHE_LINE_SIZE definition
into <sys/cpu.h> rather than <sys/param.h>?
---
Izumi Tsutsui