Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e59897fe authored by Alex Chiang's avatar Alex Chiang Committed by Len Brown
Browse files

ACPI: processor: remove _PDC object list from struct acpi_processor



When we call _PDC, we get a handle to the processor, allocate the
object list buffer as needed, and free it immediately after calling
_PDC.

There's no need to drag around this object list with us everywhere
else, so let's just get rid of it.

Signed-off-by: default avatarAlex Chiang <achiang@hp.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 43bab25c
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -224,8 +224,6 @@ struct acpi_processor {
	struct acpi_processor_throttling throttling;
	struct acpi_processor_throttling throttling;
	struct acpi_processor_limit limit;
	struct acpi_processor_limit limit;
	struct thermal_cooling_device *cdev;
	struct thermal_cooling_device *cdev;
	/* the _PDC objects for this processor, if any */
	struct acpi_object_list *pdc;
};
};


struct acpi_processor_errata {
struct acpi_processor_errata {