projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f8bf3
)
ACPI: remove duplicated lines of merging problems with acpi_processor_add
author
Yinghai Lu
<yinghai@kernel.org>
Tue, 7 Feb 2012 16:20:37 +0000
(08:20 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 7 Feb 2012 22:31:35 +0000
(14:31 -0800)
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>
drivers/acpi/processor_driver.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/processor_driver.c
b/drivers/acpi/processor_driver.c
index 2b805d7ef317723c61c96ffff9c8dbe99077fdba..8ae05ce18500092baadd8938f56ef5822d6603c8 100644
(file)
--- a/
drivers/acpi/processor_driver.c
+++ b/
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