- don't send a change notification to Xen before having sent an init
one
- fix a bogus preprocessor directive
Signed-off-by: Jan Beulich <jbeulich@novell.com>
perf = &op.u.set_pminfo.u.perf;
px = pr->performance;
+ if (!px)
+ return -EINVAL;
switch(action) {
case PROCESSOR_PM_CHANGE:
else
#ifdef CONFIG_CPU_FREQ
return cpufreq_update_policy(pr->id);
-#elif CONFIG_PROCESSOR_EXTERNAL_CONTROL
+#elif defined(CONFIG_PROCESSOR_EXTERNAL_CONTROL)
return processor_notify_external(pr,
PROCESSOR_PM_CHANGE, PM_TYPE_PERF);
#endif