Displaying 2 results from an estimated 2 matches for "pxpt".
Did you mean:
popt
2013 Sep 12
23
More Coverity-reported issues.
Another bundle of issues from Coverity triage.
The first one is in x86/mm, and looks scarier than it is. The others
are all in xen/drivers and AFAICT are pretty minor.
Cheers,
Tim.
2008 Oct 01
0
[PATCH] [IA64] Compilation fix to cpufreq stuff.
...l workaround for compilation breakage.
+ */
+
+#include <xen/errno.h>
+#include <acpi/acpi.h>
+#include <acpi/cpufreq/processor_perf.h>
+#include <public/platform.h>
+
+int get_cpu_id(u8 acpi_id)
+{
+ return -1;
+}
+
+int xenpf_copy_px_states(struct processor_performance *pxpt,
+ struct xen_processor_performance *dom0_px_info)
+{
+ return -ENOSYS;
+}
+
+int cpufreq_cpu_init(unsigned int cpuid)
+{
+ return -ENOSYS;
+}
--
yamahata
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://li...