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

Modified Files:
        src/sys/arch/aarch64/aarch64: cpu.c
        src/sys/arch/arm/arm32: cpu.c
        src/sys/arch/arm/fdt: cpu_fdt.c

Log Message:
arm: Use device_set_private for cpuN.

For cpu at fdt, nix the fdt softc -- this was leaked and never used
for anything.  The device's private storage is the cpu_info.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/aarch64/aarch64/cpu.c
cvs rdiff -u -r1.152 -r1.153 src/sys/arch/arm/arm32/cpu.c
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/fdt/cpu_fdt.c

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

Reply via email to