[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] cpufreq: Fix another build failure.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1225307212 0 # Node ID 85a2a54c70c866b3dc0802a0bbb7b9c9c0881fcd # Parent 6a8fea290af5e6894fc9cbdbfd549ca01ee9ab76 cpufreq: Fix another build failure. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- xen/drivers/cpufreq/cpufreq.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 6a8fea290af5 -r 85a2a54c70c8 xen/drivers/cpufreq/cpufreq.c --- a/xen/drivers/cpufreq/cpufreq.c Wed Oct 29 16:58:05 2008 +0000 +++ b/xen/drivers/cpufreq/cpufreq.c Wed Oct 29 19:06:52 2008 +0000 @@ -181,7 +181,7 @@ int cpufreq_del_cpu(unsigned int cpu) { unsigned int dom, domexist = 0; struct list_head *pos; - struct cpufreq_dom *cpufreq_dom; + struct cpufreq_dom *cpufreq_dom = NULL; struct cpufreq_policy *policy; struct processor_performance *perf = &processor_pminfo[cpu]->perf; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |