ACPI: processor: only evaluate _PDC once per processor
authorAlex Chiang <achiang@hp.com>
Wed, 20 Jan 2010 07:06:35 +0000 (00:06 -0700)
committerLen Brown <len.brown@intel.com>
Fri, 22 Jan 2010 17:39:56 +0000 (12:39 -0500)
commita4932299d03a1c20e58e4cc40a66fb0a048fb3a7
tree56f20e664f9f5df6c602afc369ec7b3b3ece4193
parent0406ad336c066190770cbf350b552d608e43ed09
ACPI: processor: only evaluate _PDC once per processor

If we evaluate _PDC in the early path, we do not want to evaluate
it again when the processor driver is loaded.

Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_pdc.c