diff options
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r-- | include/linux/cpu.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index ca2dd865a34e..797d9c8e9a1b 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
@@ -55,15 +55,6 @@ extern ssize_t arch_cpu_release(const char *, size_t); | |||
55 | #endif | 55 | #endif |
56 | struct notifier_block; | 56 | struct notifier_block; |
57 | 57 | ||
58 | /* | ||
59 | * CPU notifier priorities. | ||
60 | */ | ||
61 | enum { | ||
62 | /* bring up workqueues before normal notifiers and down after */ | ||
63 | CPU_PRI_WORKQUEUE_UP = 5, | ||
64 | CPU_PRI_WORKQUEUE_DOWN = -5, | ||
65 | }; | ||
66 | |||
67 | #define CPU_ONLINE 0x0002 /* CPU (unsigned)v is up */ | 58 | #define CPU_ONLINE 0x0002 /* CPU (unsigned)v is up */ |
68 | #define CPU_UP_PREPARE 0x0003 /* CPU (unsigned)v coming up */ | 59 | #define CPU_UP_PREPARE 0x0003 /* CPU (unsigned)v coming up */ |
69 | #define CPU_UP_CANCELED 0x0004 /* CPU (unsigned)v NOT coming up */ | 60 | #define CPU_UP_CANCELED 0x0004 /* CPU (unsigned)v NOT coming up */ |