Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272048
b: refs/heads/master
c: dd4a5a3
h: refs/heads/master
v: v3
  • Loading branch information
Martin Schwidefsky committed Oct 30, 2011
1 parent 8e86506 commit 7d27a2d
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: de400d6b78d15a73023485f050bc6b1709dc7a79
refs/heads/master: dd4a5a31fc06a2cda4f6a1d9de74b9009f8e31de
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/processor.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)

static void *c_start(struct seq_file *m, loff_t *pos)
{
return *pos < NR_CPUS ? (void *)((unsigned long) *pos + 1) : NULL;
return *pos < nr_cpu_ids ? (void *)((unsigned long) *pos + 1) : NULL;
}

static void *c_next(struct seq_file *m, void *v, loff_t *pos)
Expand Down

0 comments on commit 7d27a2d

Please sign in to comment.