diff options
-rw-r--r-- | include/linux/cpumask.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index 9b1d458aac6e..c0ab3588129d 100644 --- a/include/linux/cpumask.h +++ b/include/linux/cpumask.h | |||
@@ -324,8 +324,6 @@ static inline const struct cpumask *get_cpu_mask(unsigned int cpu) | |||
324 | [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \ | 324 | [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \ |
325 | } } | 325 | } } |
326 | 326 | ||
327 | #define CPU_MASK_ALL_PTR (&CPU_MASK_ALL) | ||
328 | |||
329 | #else | 327 | #else |
330 | 328 | ||
331 | #define CPU_MASK_ALL \ | 329 | #define CPU_MASK_ALL \ |
@@ -336,7 +334,6 @@ static inline const struct cpumask *get_cpu_mask(unsigned int cpu) | |||
336 | 334 | ||
337 | /* cpu_mask_all is in init/main.c */ | 335 | /* cpu_mask_all is in init/main.c */ |
338 | extern cpumask_t cpu_mask_all; | 336 | extern cpumask_t cpu_mask_all; |
339 | #define CPU_MASK_ALL_PTR (&cpu_mask_all) | ||
340 | 337 | ||
341 | #endif | 338 | #endif |
342 | 339 | ||