summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2004-03-18 16:04:23 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-18 16:04:23 -0800
commite78303855110d803d4264a17f00e20a317ec0e46 (patch)
tree2149a1afa3907992c1ebeeefb6b2d659b9bb8e9e /include/linux
parent279ce7b25799360a650473ce5cd89b8103faf8f0 (diff)
[PATCH] Hotplug CPUs: Remove CPU_OFFLINE Notifier
We no longer have a CPU_OFFLINE notifier: we freeze the machine and kill the CPU atomically. Remove it.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/notifier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/notifier.h b/include/linux/notifier.h
index f9638ff66bb9..5a8775b9ebbf 100644
--- a/include/linux/notifier.h
+++ b/include/linux/notifier.h
@@ -63,7 +63,6 @@ extern int notifier_call_chain(struct notifier_block **n, unsigned long val, voi
#define CPU_ONLINE 0x0002 /* CPU (unsigned)v is up */
#define CPU_UP_PREPARE 0x0003 /* CPU (unsigned)v coming up */
#define CPU_UP_CANCELED 0x0004 /* CPU (unsigned)v NOT coming up */
-#define CPU_OFFLINE 0x0005 /* CPU (unsigned)v offline (still scheduling) */
#define CPU_DEAD 0x0006 /* CPU (unsigned)v dead */
#endif /* __KERNEL__ */