History log of /netbsd/sys/arch/evbcf/include/cpu.h (Results 1 – 5 of 5)
Revision Date Author Comments
# e0c5fc4a 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 ...


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


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

Fix typo "one the" and architecture where appropriate.


# 2adb3a73 18-Mar-2014 riastradh <riastradh@NetBSD.org>

Merge riastradh-drm2 to HEAD.


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

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