https://github.com/torvalds/linux
Revision 1b2bc75c1bde6581d2694cb3ed7fb06b69685008 authored by Ralf Baechle on 23 June 2009, 09:00:31 UTC, committed by Ralf Baechle on 24 June 2009, 17:34:40 UTC
Each platform has to add support for CPU hotplugging itself by providing
suitable definitions for the cpu_disable and cpu_die of the smp_ops
methods and setting SYS_SUPPORTS_HOTPLUG_CPU.  A platform should only set
SYS_SUPPORTS_HOTPLUG_CPU once all it's smp_ops definitions have the
necessary changes.  This patch contains the changes to the dummy smp_ops
definition for uni-processor systems.

Parts of the code contributed by Cavium Inc.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 4ac4aa5
History
Tip revision: 1b2bc75c1bde6581d2694cb3ed7fb06b69685008 authored by Ralf Baechle on 23 June 2009, 09:00:31 UTC
MIPS: Add arch generic CPU hotplug
Tip revision: 1b2bc75
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 945 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 147.7 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top