cpu/intel/x/chip.h: Drop unused disable_acpi setting
				
					
				
			It is not used anywhere. Drop it. Change-Id: I92a72a46db237cf855491a664cdfadca34306f6c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49087 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		| @@ -4,8 +4,6 @@ | ||||
| #define SPEEDSTEP_APIC_MAGIC 0xACAC | ||||
|  | ||||
| struct cpu_intel_haswell_config { | ||||
| 	u8 disable_acpi;	/* Do not generate CPU ACPI tables */ | ||||
|  | ||||
| 	int c1_battery;		/* ACPI C1 on Battery Power */ | ||||
| 	int c2_battery;		/* ACPI C2 on Battery Power */ | ||||
| 	int c3_battery;		/* ACPI C3 on Battery Power */ | ||||
|   | ||||
| @@ -4,8 +4,6 @@ | ||||
| #define SPEEDSTEP_APIC_MAGIC 0xACAC | ||||
|  | ||||
| struct cpu_intel_model_2065x_config { | ||||
| 	u8 disable_acpi;	/* Do not generate CPU ACPI tables */ | ||||
|  | ||||
| 	int c1_battery;		/* ACPI C1 on Battery Power */ | ||||
| 	int c2_battery;		/* ACPI C2 on Battery Power */ | ||||
| 	int c3_battery;		/* ACPI C3 on Battery Power */ | ||||
|   | ||||
| @@ -4,8 +4,6 @@ | ||||
| #define SPEEDSTEP_APIC_MAGIC 0xACAC | ||||
|  | ||||
| struct cpu_intel_model_206ax_config { | ||||
| 	u8 disable_acpi;	/* Do not generate CPU ACPI tables */ | ||||
|  | ||||
| 	int c1_battery;		/* ACPI C1 on Battery Power */ | ||||
| 	int c2_battery;		/* ACPI C2 on Battery Power */ | ||||
| 	int c3_battery;		/* ACPI C3 on Battery Power */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user