commit | 3b407aef573b82139c3bc4dcaad2731fad56c054 | [log] [tgz] |
---|---|---|
author | Alex Chiang <achiang@hp.com> | Sun Dec 20 12:19:39 2009 -0700 |
committer | Len Brown <len.brown@intel.com> | Tue Dec 22 03:24:14 2009 -0500 |
tree | 607a23308ee315ef60c23bd1e2d36acc95d2195b | |
parent | 47817254b8637b56730aec26eed2c337d3938bb5 [diff] |
ACPI: processor: introduce acpi_processor_alloc_pdc() acpi_processor_init_pdc() isn't really doing anything interesting with the struct acpi_processor * parameter. Its real job is to allocate the buffer for the _PDC bits. So rename the function to acpi_processor_alloc_pdc(), and just return the struct acpi_object_list * it's supposed to allocate. Signed-off-by: Alex Chiang <achiang@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>