Angel Pons has uploaded this change for review.

View Change

arch/x86: Drop `cstates` pointer from CPU drivers

Nothing uses this pointer anymore.

Change-Id: Id2dee8f4cb243114d6f7f7485402acb9b73b7900
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/arch/x86/include/arch/cpu.h
1 file changed, 0 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/49808/1
diff --git a/src/arch/x86/include/arch/cpu.h b/src/arch/x86/include/arch/cpu.h
index b622465..10f1f7f 100644
--- a/src/arch/x86/include/arch/cpu.h
+++ b/src/arch/x86/include/arch/cpu.h
@@ -217,7 +217,6 @@
struct cpu_driver {
struct device_operations *ops;
const struct cpu_device_id *id_table;
- struct acpi_cstate *cstates;
};

struct cpu_driver *find_cpu_driver(struct device *cpu);

To view, visit change 49808. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id2dee8f4cb243114d6f7f7485402acb9b73b7900
Gerrit-Change-Number: 49808
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange