Fix up Sandybridge C state generation code

This code fixes the sandybridge C state generation code to work with
the current version of the ACPI code generator.

Change-Id: I56ae1185dc0694c06976236523fdcbe5c1795b01
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/950
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Stefan Reinauer
2012-04-27 23:13:39 +02:00
parent f69b46805c
commit c31384e62c
2 changed files with 13 additions and 6 deletions

View File

@@ -152,6 +152,7 @@ struct cpu_device_id {
struct cpu_driver {
struct device_operations *ops;
struct cpu_device_id *id_table;
struct acpi_cstate *cstates;
};
struct device;