commit | 34a6dd7090a665e2ce7b17f6097361c9e11dfca4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Thu Jul 12 01:55:54 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Jul 21 11:32:25 2012 -0700 |
tree | 2607927258f637f5505a7be80f3b60689dbeef1e | |
parent | d03fca4cf521da26494755d7ea507144911132a8 [diff] |
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 <paul.mckenney@linaro.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>