linux/drivers/base
Ashok Raj 34f361ade2 [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()
- Moved check for online cpu out of smp_prepare_cpu()

- Moved default declaration of smp_prepare_cpu() to kernel/cpu.c

- Removed lock_cpu_hotplug() from smp_prepare_cpu() to around it, since
  its called from cpu_up() as well now.

- Removed clearing from cpu_present_map during cpu_offline as it breaks
  using cpu_up() directly during a subsequent online operation.

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Cc: Srivatsa Vaddagiri <vatsa@in.ibm.com>
Cc: "Li, Shaohua" <shaohua.li@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-25 08:23:01 -08:00
..
power [PATCH] swsusp: add check for suspension of X-controlled devices 2006-03-23 07:38:08 -08:00
Kconfig
Makefile
attribute_container.c
base.h
bus.c [SCSI] drivers/base/bus.c - export reprobe 2006-03-14 12:50:44 -06:00
class.c
core.c
cpu.c [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu() 2006-03-25 08:23:01 -08:00
dd.c
dmapool.c
driver.c
firmware.c
firmware_class.c [PATCH] firmware: fix BUG: in fw_realloc_buffer 2006-03-20 13:42:58 -08:00
init.c
map.c [PATCH] kobj_map semaphore to mutex conversion 2006-03-20 13:42:58 -08:00
memory.c [PATCH] fix __user annotations in drivers/base/memory.c 2006-02-07 20:58:04 -05:00
node.c
platform.c Fix "frist", "fisrt", typos 2006-03-22 00:21:33 +01:00
sys.c
topology.c
transport_class.c