Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yinghai Lu and committed by
Linus Torvalds
59c1204d 84f8bf38

-7
-7
drivers/acpi/processor_driver.c
··· 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;