summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc/gen/syncicache.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in thenwhitehorn2008-09-241-1/+3
| | | | last commit. Now it really can use a runtime-set cacheline size.
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-16/+16
| | | | | supporting 64-bit CPUs, which often have 128-byte cache lines instead of the standard 32.
* Fix bogon in previous commit: <machine/cpu.h> is still needed.marcel2007-06-101-0/+1
|
* The definition of CACHELINESIZE moved from <machine/cpu.h> tomarcel2007-06-101-1/+1
| | | | <machine/md_var.h>.
* Include <stdlib.h> to get abort() prototype.grehan2004-01-211-0/+2
|
* Minimal libc for PowerPC.grehan2002-12-041-0/+98
Reviewed by: benno Approved by: re (blanket)
OpenPOWER on IntegriCloud