The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for
authorMarc Jones <marcj303@gmail.com>
Tue, 6 Jan 2009 16:45:42 +0000 (16:45 +0000)
committerMarc Jones <marc.jones@amd.com>
Tue, 6 Jan 2009 16:45:42 +0000 (16:45 +0000)
commit505aaf56e21b94e52cfdeb16b765163f7604e1aa
treeec774a5347a4d73c74f421fd46fe4ff29caa7aa2
parentfdbb8d860af012718c311aaf14e2f73dfbc0dfeb
The ACPI PSS CPU Pstate table was calculating the frequency incorrectly for
revF CPUs. The 100MHz/200MHz stepping is already handled in the FID setting
and doesn't need to be checked to set the fid_multiplier. The multiplier is
always 100.

Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: zheng bao <zheng.bao@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3847 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/amd/dbm690t/acpi_tables.c
src/mainboard/amd/pistachio/acpi_tables.c