History log of /freebsd-9.3-release/lib/libc/powerpc/gen/syncicache.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 183320 23-Sep-2008 nwhitehorn

Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the
last commit. Now it really can use a runtime-set cacheline size.


# 183319 23-Sep-2008 nwhitehorn

Allow the cacheline size on PowerPC to be set at runtime. This is essential for
supporting 64-bit CPUs, which often have 128-byte cache lines instead of the
standard 32.


# 170506 10-Jun-2007 marcel

Fix bogon in previous commit: <machine/cpu.h> is still needed.


# 170484 10-Jun-2007 marcel

The definition of CACHELINESIZE moved from <machine/cpu.h> to
<machine/md_var.h>.


# 124769 21-Jan-2004 grehan

Include <stdlib.h> to get abort() prototype.


# 107571 04-Dec-2002 grehan

Minimal libc for PowerPC.

Reviewed by: benno

Approved by: re (blanket)