Displaying 1 result from an estimated 1 matches for "ae100f264f6a".
2008 Oct 29
4
[PATCH] cpufreq.c: shut up compiler about cpufreq_dom
...les; I would prefer structures like
for (...) { cpufreq_dom = dom; if (...) goto cpufreq_dom_found; }
cpufreq_dom = 0;
cpufreq_dom_found:
but on the other hand I don''t like purely stylistic changes.)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff -r ae100f264f6a xen/drivers/cpufreq/cpufreq.c
--- a/xen/drivers/cpufreq/cpufreq.c Wed Oct 29 13:09:37 2008 +0000
+++ b/xen/drivers/cpufreq/cpufreq.c Wed Oct 29 16:41:14 2008 +0000
@@ -80,7 +80,7 @@ int cpufreq_add_cpu(unsigned int cpu)
unsigned int dom, domexist = 0;
unsigned int j;
struct list_head...