Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116995
b: refs/heads/master
c: c851c86
h: refs/heads/master
i:
  116993: 3ac4b38
  116991: 3bf053d
v: v3
  • Loading branch information
Miao Xie authored and Ingo Molnar committed Oct 17, 2008
1 parent c8a8f9f commit bd8dff2
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: 0f1f6dec9593c8319714c927dafb443548a1452a
refs/heads/master: c851c8676bd7ae456e9b3af8e6bb2c434eddcc75
2 changes: 1 addition & 1 deletion trunk/kernel/sched_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
static int show_schedstat(struct seq_file *seq, void *v)
{
int cpu;
int mask_len = NR_CPUS/32 * 9;
int mask_len = (NR_CPUS/32 + 1) * 9;
char *mask_str = kmalloc(mask_len, GFP_KERNEL);

if (mask_str == NULL)
Expand Down

0 comments on commit bd8dff2

Please sign in to comment.