History log of /netbsd-src/sys/arch/hp300/include/cacheops_machdep.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 91a4cc8a 27-Dec-2023 thorpej <thorpej@NetBSD.org>

Re-factor the 680x0 Function Code definitions into their own
separate file (as was done on the sun2/sun3 ports ages ago)
and switch everyone to the common header.


# fbae48b9 16-Feb-2006 perry <perry@NetBSD.org>

Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.


# 5f1c88d7 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 0dcee00d 28-Sep-2003 cl <cl@NetBSD.org>

add register storage class for gcc3


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 42a0d8fa 03-Nov-2002 chs <chs@NetBSD.org>

use "static __inline" instead of "extern __inline" so that we can
build without optimization.


# 40e5b839 02-Nov-2002 chs <chs@NetBSD.org>

finish conversion to the common m68k cacheops:
add support for machine-specific flavors of the ops for off-chip caches.
many thanks to Izumi Tsutsui for his help with this.