Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29731
b: refs/heads/master
c: 9de9adb
h: refs/heads/master
i:
  29729: ee6f2a0
  29727: 86af5e0
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 25, 2006
1 parent 00a34c1 commit 7792be6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: eab98702afa567927c9b052499b43acad2f25a1c
refs/heads/master: 9de9adb615bddbdb786273c41ec3c03837e32fa5
3 changes: 2 additions & 1 deletion trunk/include/linux/cpumask.h
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ static inline void __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp,
(cpu) < NR_CPUS; \
(cpu) = next_cpu((cpu), (mask)))
#else /* NR_CPUS == 1 */
#define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++)
#define for_each_cpu_mask(cpu, mask) \
for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask)
#endif /* NR_CPUS */

/*
Expand Down

0 comments on commit 7792be6

Please sign in to comment.