commit | 970b04929a68134acca17878b1d93e115e58c12a | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Jun 22 20:41:19 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Thu Jun 25 12:16:33 2009 -0400 |
tree | 068dd4b03992b9dda588d2d5e2c452adf60f2263 | |
parent | ddcd62d89e8c919cc75aeffd2ca37c986141b0f0 [diff] |
ACPI: processor: remove .start() method This patch folds the .start() method into .add(). acpi_processor_start() is always called immediately after acpi_processor_add(), so there's really no point in having them be separate methods. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Reviewed-by: Alex Chiang <achiang@hp.com> CC: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> CC: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>