|
@@ -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
|
|
* gcc optimizes it out (it's a constant) and there's no huge stack
|
|
* variable created:
|
|
* 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)
|
|
#define CPU_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(NR_CPUS)
|