]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/cpumask.h
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6-omap-h63xx.git] / include / linux / cpumask.h
index 96d0509fb8d85a6ce9ba52842080df475fc1aef4..d3219d73f8e655f8d33f1b7e3af1a64ccfc2b3df 100644 (file)
@@ -287,7 +287,7 @@ static inline const cpumask_t *get_cpu_mask(unsigned int cpu)
  * gcc optimizes it out (it's a constant) and there's no huge stack
  * variable created:
  */
-#define cpumask_of_cpu(cpu) ({ *get_cpu_mask(cpu); })
+#define cpumask_of_cpu(cpu) (*get_cpu_mask(cpu))
 
 
 #define CPU_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(NR_CPUS)