Module Name:    src
Committed By:   riastradh
Date:           Thu Mar  3 06:27:41 UTC 2022

Modified Files:
        src/sys/arch/evbmips/evbmips: cpu.c
        src/sys/arch/evbmips/ingenic: cpu.c
        src/sys/arch/mips/cavium: octeon_cpunode.c
        src/sys/arch/mips/mips: cpu_subr.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/evbmips/cpu.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/ingenic/cpu.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mips/cavium/octeon_cpunode.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/mips/mips/cpu_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to