History log of /netbsd/sys/arch/evbmips/ingenic/cpu.c (Results 1 – 5 of 5)
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.


# fa5b3e04 21-May-2017 skrll <skrll@NetBSD.org>

Provide and use some CP0 accessor functions instead of M[TF]C0 macros
for readability.

While here convert some other M[TF]C0 uses to already exising accessor
functions, e.g. mipsNN_cp0_ebase_read


# c4d11a3b 19-May-2017 skrll <skrll@NetBSD.org>

Trailing whitespace


# 78fa6cdf 26-Aug-2016 skrll <skrll@NetBSD.org>

#include "opt_multiprocessor.h"


# c2b87256 29-Jan-2016 macallan <macallan@NetBSD.org>

first shot at SMP support, very much broken and experimental
So far the 2nd core wakes up, makes its way to the idle loop, and things lock
up when we start the timer interrupt.