Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125674
b: refs/heads/master
c: e12f010
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Dec 29, 2008
1 parent 9ceee98 commit 6cc10d1
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: cbe31f02f5b5536f17dd978118e25052af528071
refs/heads/master: e12f0102ac81d660c9f801d0a0e10ccf4537a9de
2 changes: 1 addition & 1 deletion trunk/include/linux/seq_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ int seq_bitmap(struct seq_file *m, const unsigned long *bits,
unsigned int nr_bits);
static inline int seq_cpumask(struct seq_file *m, const struct cpumask *mask)
{
return seq_bitmap(m, mask->bits, NR_CPUS);
return seq_bitmap(m, mask->bits, nr_cpu_ids);
}

static inline int seq_nodemask(struct seq_file *m, nodemask_t *mask)
Expand Down

0 comments on commit 6cc10d1

Please sign in to comment.