summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc/gen/syncicache.c
AgeCommit message (Expand)Author
2008-03-18When compiling for _STANDALONE, omit a bunch of headers which aren't reallyhe
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2003-08-11export size_t __getcachelinesize(void) for memset()matt
2002-11-26Need <stdlib.h> for abort() prototype.thorpej
2002-03-28Add sync before isync since the MPC74xx require it.matt
2002-03-26Use size_t in prototype (so this will be LP64 clean for PPC64 someday).matt
2002-03-18make compile with _STANDALONEdbj
2002-03-13Remove leftover debug code. Oops.eeh
2002-03-12Use new CPU_CACHEINFO sysctl to get more detailed information abouteeh
2001-08-27Ansi'fy. (to make this compile under -Wstrict-prototypes)matt
2001-01-26delint (variable is only used for size, so make if size_t instead of int).wiz
2000-06-29sync with libkern version; <vm/vm.h> -> <uvm/uvm_extern.h>mrg
1999-05-05* Add getcachelinesize() prototype.tsubai
1999-04-17Modify syncicache on PowerPC from an inline to a real function.ws