Subject: Re: CVS commit: src/sys/arch/evbppc/explora
To: None <hannken@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 01/08/2006 22:02:24
In article <20051231140902.3422E2DA27@cvs.netbsd.org>
hannken@NetBSD.org wrote:

> Modified Files:
> 	src/sys/arch/evbppc/explora: machdep.c
> 
> Log Message:
> Use our own function to copy traps.  We cannot use memcpy() anymore
> because the destination may be zero.

Isn't it better to disable _DIAGASSERT()'s in
src/common/lib/libc/string/bcopy.c on building libkern?
arch/powerpc/oea/oea_machdep.c may have the same problem.
---
Izumi Tsutsui