Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98717
b: refs/heads/master
c: acb7669
h: refs/heads/master
i:
  98715: 437379d
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Jul 4, 2008
1 parent 672d966 commit 007780d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 603ded16a308d0a7a17738c973e3c8cbcd5db7dd
refs/heads/master: acb7669c125676e63cf96582455509216c39745e
4 changes: 4 additions & 0 deletions trunk/include/linux/cpumask.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ static inline void __cpus_fold(cpumask_t *dstp, const cpumask_t *origp,
for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask)
#endif /* NR_CPUS */

#define next_cpu_nr(n, src) next_cpu(n, src)
#define cpus_weight_nr(cpumask) cpus_weight(cpumask)
#define for_each_cpu_mask_nr(cpu, mask) for_each_cpu_mask(cpu, mask)

/*
* The following particular system cpumasks and operations manage
* possible, present and online cpus. Each of them is a fixed size
Expand Down

0 comments on commit 007780d

Please sign in to comment.