History log of /netbsd-src/sys/arch/sparc/include/cpuconf.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 6c825a13 08-Oct-2016 joerg <joerg@NetBSD.org>

Macros expanding to defined() expression is not actually correct ISO C
behavior. Since it is not clear whether someone might decide to define
the macros to random non-1 values, introduce a level of i

Macros expanding to defined() expression is not actually correct ISO C
behavior. Since it is not clear whether someone might decide to define
the macros to random non-1 values, introduce a level of indirection and
count the same of the helper macros.

show more ...


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

merge ktrace-lwp.


# 0b7dee4b 16-Jan-2005 chs <chs@NetBSD.org>

implement pmap_wired_count(). use more macros for determining MMU type.


# 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.


# efdd83f4 09-Apr-2003 thorpej <thorpej@NetBSD.org>

Move CPU configuration predicates to <machine/cpuconf.h>.