Lines Matching refs:hotplug

1 		CPU hotplug Support in Linux(tm) Kernel
28 node insertion and removal require support for CPU hotplug.
32 system execution path. Hence the need for CPU hotplug support in the
35 A more novel use of CPU-hotplug support is its use today in suspend
94 of them may be online. When physical hotplug is processed by the relevant
98 at which time hotplug is disabled.
116 The above calls are used to inhibit cpu hotplug operations. While the
126 Q: How to enable my kernel to support CPU hotplug?
127 A: When doing make defconfig, Enable CPU hotplug support
136 Q: What architectures support CPU hotplug?
137 A: As of 2.6.14, the following architectures support CPU hotplug.
141 Q: How to test if hotplug is supported on the newly built kernel?
181 the platform should have something like an attention button in PCI hotplug.
229 If the dependencies are under your control, you can turn on CPU0 hotplug feature
322 However, if you want to register a hotplug callback, as well as perform
366 Q: If i would like to develop cpu hotplug support for a new architecture,
368 A: The following are what is required for CPU hotplug infrastructure to work
379 that implement CPU hotplug. The processor is taken
408 Q: How do we determine how many CPUs are available for hotplug.
426 support automatic configuration of network, usb and pci devices. A hotplug
429 You can add /etc/hotplug/cpu.agent to handle hotplug notification user space
434 # Kernel hotplug params include:
438 cd /etc/hotplug
439 . ./hotplug.functions
443 echo `date` ":cpu.agent" add cpu >> /tmp/hotplug.txt
446 echo `date` ":cpu.agent" remove cpu >>/tmp/hotplug.txt