From: Paul E. McKenney Date: Thu, 12 Jul 2012 08:55:54 +0000 (-0700) Subject: hotplug: Fix UP bug in smpboot hotplug code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~101^2~1^2~1^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3180d89b47701072cf129f800a735baf3acdbb8a;p=pandora-kernel.git hotplug: Fix UP bug in smpboot hotplug code Because kernel subsystems need their per-CPU kthreads on UP systems as well as on SMP systems, the smpboot hotplug kthread functions must be provided in UP builds as well as in SMP builds. This commit therefore adds smpboot.c to UP builds and excludes irrelevant code via #ifdef. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed