commit | e59897fe443b5b0a71e135ef4020d1937c9f8901 | [log] [tgz] |
---|---|---|
author | Alex Chiang <achiang@hp.com> | Sun Dec 20 12:23:21 2009 -0700 |
committer | Len Brown <len.brown@intel.com> | Tue Dec 22 03:35:16 2009 -0500 |
tree | b262246e9e278e683d603b4c159c8d42183dfaf6 | |
parent | 43bab25ced218385f7e6a076c2459ea008cfd2e1 [diff] |
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: Alex Chiang <achiang@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>