NetBSD/sys/lib/libkern/arch/powerpc
matt 12810ed37d Use size_t in prototype (so this will be LP64 clean for PPC64 someday).
Calculate len separately for icache & dcache in case each has different
cacheline widths.  Make the code for both loops the same except for the
dcbst/icbi.  Deal with sizes >=2GB properly (like that'll happen but ...)
2002-03-26 21:20:24 +00:00
..
Makefile.inc Disable bzero/memset assembler implementation until the dependency 2001-12-02 11:03:39 +00:00
bzero.S Updated from libc. 2002-03-13 00:59:29 +00:00
ffs.S
strlen.S Add assembler version of strlen. 2001-11-30 02:27:20 +00:00
syncicache.c Use size_t in prototype (so this will be LP64 clean for PPC64 someday). 2002-03-26 21:20:24 +00:00