From b6e56a7777fc49e084a2521a268cf11fcf01d4c9 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Tue, 7 Feb 2012 08:20:37 -0800 Subject: [PATCH] --- yaml --- r: 287404 b: refs/heads/master c: 15f51136719699d7204eeeccd66849a4d90ae426 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/processor_driver.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index b5d80d94baaa..c6489a1d085b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26417d475709adeddf1eedfc05ad5129b3ba7da6 +refs/heads/master: 15f51136719699d7204eeeccd66849a4d90ae426 diff --git a/trunk/drivers/acpi/processor_driver.c b/trunk/drivers/acpi/processor_driver.c index 2b805d7ef317..8ae05ce18500 100644 --- a/trunk/drivers/acpi/processor_driver.c +++ b/trunk/drivers/acpi/processor_driver.c @@ -579,13 +579,6 @@ static int __cpuinit acpi_processor_add(struct acpi_device *device) goto err_free_cpumask; } - /* - * Do not start hotplugged CPUs now, but when they - * are onlined the first time - */ - if (pr->flags.need_hotplug_init) - return 0; - /* * Do not start hotplugged CPUs now, but when they * are onlined the first time