Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107126
b: refs/heads/master
c: 3dd730f
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Jul 30, 2008
1 parent fc57eeb commit 2fceecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4319d9fa02fb3f032596d18c6fcc8b05d01a3a5
refs/heads/master: 3dd730f2b49f101b90d283c3efc4e6cd826dd8f6
2 changes: 1 addition & 1 deletion trunk/include/linux/cpumask.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2fceecd

Please sign in to comment.