ia64/xen-unstable
changeset 18745:85a2a54c70c8
cpufreq: Fix another build failure.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Wed Oct 29 19:06:52 2008 +0000 (2008-10-29) |
parents | 6a8fea290af5 |
children | e8f0e625e043 |
files | xen/drivers/cpufreq/cpufreq.c |
line diff
1.1 --- a/xen/drivers/cpufreq/cpufreq.c Wed Oct 29 16:58:05 2008 +0000 1.2 +++ b/xen/drivers/cpufreq/cpufreq.c Wed Oct 29 19:06:52 2008 +0000 1.3 @@ -181,7 +181,7 @@ int cpufreq_del_cpu(unsigned int cpu) 1.4 { 1.5 unsigned int dom, domexist = 0; 1.6 struct list_head *pos; 1.7 - struct cpufreq_dom *cpufreq_dom; 1.8 + struct cpufreq_dom *cpufreq_dom = NULL; 1.9 struct cpufreq_policy *policy; 1.10 struct processor_performance *perf = &processor_pminfo[cpu]->perf; 1.11