Port-ofppc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Kernel build failure
> >> 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
Home |
Main Index |
Thread Index |
Old Index