History log of /netbsd-src/sys/arch/evbcf/include/cpu.h (Results 1 – 11 of 11)
Revision Date Author Comments
# f80a61f5 28-Feb-2024 thorpej <thorpej@NetBSD.org>

Revert the CLOCK_FORMAT0 work-around.


# 8e4f69fe 27-Feb-2024 nat <nat@NetBSD.org>

Use proper clockframe size for those platforms that require it.

XXX This is a tempory measure, better to fix clock interrupts to take the
common clockframe size.

OK thorpej@.


# c13a5359 20-Jan-2024 thorpej <thorpej@NetBSD.org>

Largely unify the <machine/cpu.h> headers on the m68k platforms.


# 36f542a7 19-Jan-2024 thorpej <thorpej@NetBSD.org>

Consistently use "intr_depth" as the name of the interrupt depth counter
on m68k platforms.


# 120d6a48 18-Jan-2024 thorpej <thorpej@NetBSD.org>

Make the M68K_MMU_* defines real kernel options, available in opt_m68k_arch.h.
For 68030, 68040, and 68060, infer M68K_MMU_MOTOROLA. For 68010 and 68020, it
must be an explicit option (set in std.${

Make the M68K_MMU_* defines real kernel options, available in opt_m68k_arch.h.
For 68030, 68040, and 68060, infer M68K_MMU_MOTOROLA. For 68010 and 68020, it
must be an explicit option (set in std.${MACHINE} or, in the case of hp300,
inferred from the specific model option).

show more ...


# 6bc9cd32 09-Jan-2024 thorpej <thorpej@NetBSD.org>

This platform does not have a loadustp() function.


# 115c1bc0 23-Nov-2019 ad <ad@NetBSD.org>

cpu_need_resched():

- Remove all code that should be MI, leaving the bare minimum under arch/.
- Make the required actions very explicit.
- Pass in LWP pointer for convenience.
- When a trap is requ

cpu_need_resched():

- Remove all code that should be MI, leaving the bare minimum under arch/.
- Make the required actions very explicit.
- Pass in LWP pointer for convenience.
- When a trap is required on another CPU, have the IPI set it locally.
- Expunge cpu_did_resched().

show more ...


# 61e1eb0d 22-Aug-2018 msaitoh <msaitoh@NetBSD.org>

- Cleanup for dynamic sysctl:
- Remove unused *_NAMES macros for sysctl.
- Remove unused *_MAXID for sysctls.
- Move CTL_MACHDEP sysctl definitions for m68k into m68k/include/cpu.h and
use them

- Cleanup for dynamic sysctl:
- Remove unused *_NAMES macros for sysctl.
- Remove unused *_MAXID for sysctls.
- Move CTL_MACHDEP sysctl definitions for m68k into m68k/include/cpu.h and
use them on all m68k machines.

show more ...


# aea86e7b 17-Dec-2016 flxd <flxd@NetBSD.org>

Fix typo "one the" and architecture where appropriate.


# 6cb10275 18-Mar-2014 riastradh <riastradh@NetBSD.org>

Merge riastradh-drm2 to HEAD.


# c9855651 18-Jul-2013 matt <matt@NetBSD.org>

Add stub port for evbcf which has enough to do a distribution build.