Re: Kernel build failure

Izumi Tsutsui <[email protected]> Fri, 7 Mar 2008 03:18:17 +0900
Newsgroups gmane.os.netbsd.ports.ofppc
Message-ID <[email protected]>
> >> Why do memcmp.S, memcpy.S and memmove.S need to include assym.h
> >> anyway ? They build fine without it.
> > 
> > They don't! You're absolutely right!
> 
> Do they?  For both userland and kernel?  ISTR having problems with one or the
> other.

I guess it's leftover of copy and paste from
sys/lib/libkern/arch/powerpc/string/bzero.S in 1.6 days
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/lib/libkern/arch/powerpc/Attic/bzero.S
which actually required assym.h for CPU_CI to get cachelinesize for dcbz.
---
Izumi Tsutsui