Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: skrll
Date: Sat Feb 15 07:20:41 UTC 2020
Modified Files:
src/sys/arch/arm/arm: arm_cpu_topology.c
src/sys/arch/macppc/macppc: cpu.c
src/sys/arch/mips/mips: cpu_subr.c
src/sys/arch/x86/x86: cpu_topology.c
src/sys/kern: subr_cpu.c
src/sys/sys: cpu.h
Log Message:
Remove the 'slow' argument from cpu_topology_set and create a new
function cpu_topology_setspeed which sets the relative speed of the
cpu.
This allows cpu_topology_set is be used at cpu hatch time. The relative
speed is only known once all cpus have hatched/attached
OK ad@
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/arm/arm_cpu_topology.c
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/macppc/macppc/cpu.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/mips/mips/cpu_subr.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/x86/cpu_topology.c
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/subr_cpu.c
cvs rdiff -u -r1.49 -r1.50 src/sys/sys/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index