CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/22 00:19:09
Modified files:
sys/dev/acpi : acpicpu.c
Log message:
With respect to the previous diff we cannot just call acpicpu_setperf
directly, we must call the global function pointer cpu_setperf because
we might be on an MP system and if we don't, we only attempt to change
the frequency on a single core.
ok marco@
