aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/notifier.c
Commit message (Collapse)AuthorAgeFilesLines
* move register_cpu_notifier() into .init.textJan Beulich2011-04-021-2/+2
| | | | | | | With no modular drivers, all CPU notifier setup is supposed to happen during boot. There also is a respective comment in the function.=20 Signed-off-by: Jan Beulich <jbeulich@novell.com>
* Clean up notifier-chain interface and use new interface in CPU hotplug.Keir Fraser2010-05-181-115/+51
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-0/+3
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Import raw notifier subsystem from Linux.Keir Fraser2010-05-141-0/+153
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>