Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177604
b: refs/heads/master
c: f67538f
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Len Brown committed Dec 16, 2009
1 parent de617e9 commit f02a754
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: 360657463679dee44f0b167ffa61f563b4fee101
refs/heads/master: f67538f81e6b8da9175c82807d649fbdb0055844
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/acpi_pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ static void round_robin_cpu(unsigned int tsk_index)
struct cpumask *pad_busy_cpus = to_cpumask(pad_busy_cpus_bits);
cpumask_var_t tmp;
int cpu;
unsigned long min_weight = -1, preferred_cpu;
unsigned long min_weight = -1;
unsigned long uninitialized_var(preferred_cpu);

if (!alloc_cpumask_var(&tmp, GFP_KERNEL))
return;
Expand Down

0 comments on commit f02a754

Please sign in to comment.