This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / cpumask.h
index 7109aa6..cd51da3 100644 (file)
@@ -252,11 +252,6 @@ static inline int __next_cpu(int n, const cpumask_t *srcp, int nbits)
        [0 ... BITS_TO_LONGS(NR_CPUS)-1] =  0UL                         \
 } })
 
-#define CPU_MASK_CPU0                                                  \
-((cpumask_t) { {                                                       \
-       [0] =  1UL                                                      \
-} })
-
 #define cpus_addr(src) ((src).bits)
 
 #define cpumask_scnprintf(buf, len, src) \