Subject: Re: bzero.S and assym.h (Re: CVS commit: syssrc/sys/lib/libkern/arch/powerpc)
To: None <port-powerpc@netbsd.org, tsutsui@ceres.dti.ne.jp>
From: None <eeh@netbsd.org>
List: port-powerpc
Date: 12/01/2001 22:54:42
| BTW, current bzero.S requires assym.h if libkern is built
| for kernel, but how about libkern for standalone programs?
| If libkern for SA programs also requires CACHELINESIZE,
| we have to prepare another method..

You should not be depending on a statically defined CACHELINESIZE
since that can vary between different CPU models.

Eduardo