History log of /netbsd/sys/arch/evbmips/evbmips/cpu.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 6338fbfa 03-Mar-2022 riastradh <riastradh@NetBSD.org>

mips: Carefully use device_set_private for cpuN.

But don't do it in cpu_attach_common because the callers aren't set
up right -- instead leave a comment about what's wrong, to be dealt
with later.


# e7f575d9 26-Jun-2015 matt <matt@NetBSD.org>

Add #include <mips/locore.h>


# 35b9500c 26-May-2015 matt <matt@NetBSD.org>

Call cpu_attach_common to attach the per-cpu counters.


# 149888db 20-Feb-2011 matt <matt@NetBSD.org>

Merge forward from matt-nb5-mips64.


# 11fb2827 11-Aug-2009 matt <matt@NetBSD.org>

Use aprint_normal


# 2355613b 02-Aug-2009 matt <matt@NetBSD.org>

Use a common version of cpu.c (mmm removing identical code).