Commit 59c1204d464075fcb5d02e7daa6b23782dd4a088

Authored by Yinghai Lu
Committed by Linus Torvalds
1 parent 84f8bf38b9

ACPI: remove duplicated lines of merging problems with acpi_processor_add

Those lines have two copies.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Cc: Thomas Renninger <trenn@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff

drivers/acpi/processor_driver.c
... ... @@ -586,13 +586,6 @@
586 586 if (pr->flags.need_hotplug_init)
587 587 return 0;
588 588  
589   - /*
590   - * Do not start hotplugged CPUs now, but when they
591   - * are onlined the first time
592   - */
593   - if (pr->flags.need_hotplug_init)
594   - return 0;
595   -
596 589 result = acpi_processor_start(pr);
597 590 if (result)
598 591 goto err_remove_sysfs;