CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2009/11/22 13:13:12
Modified files: sys/arch/amd64/amd64: est.c Log message: Match the i386 behaviour and only care about bus_clock if we don't have the tables from acpi. This way we don't have to have knowledge of the cpu model to do speedstep in the acpi case. ok kettenis@