Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116997
b: refs/heads/master
c: b968905
h: refs/heads/master
i:
  116995: bd8dff2
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Oct 17, 2008
1 parent 04569aa commit 25411b4
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: e62b4853983d032dcb3cde9fb20407dc556f47bc
refs/heads/master: b968905292eaa52b25abb7b3e6c0841dac9f03ae
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 + 1) * 9;
int mask_len = DIV_ROUND_UP(NR_CPUS, 32) * 9;
char *mask_str = kmalloc(mask_len, GFP_KERNEL);

if (mask_str == NULL)
Expand Down

0 comments on commit 25411b4

Please sign in to comment.