search for: acpi_processor_notify_smm

Displaying 3 results from an estimated 3 matches for "acpi_processor_notify_smm".

2012 Mar 06
4
Is: drivers/cpufreq/cpufreq-xen.c Was:Re: [PATCH 2 of 2] linux-xencommons: Load processor-passthru
...at you are suggesting is that to write a driver in drivers/cpufreq/ that gets either started before the other ones (if built-in) or if as a module gets loaded from xencommons. That driver would then make the call to acpi_processor_preregister_performance(), acpi_processor_register_performance() and acpi_processor_notify_smm(). It would function as a cpufreq-scaling driver but in reality all calls to it from cpufreq gov-* drivers would end up with nop. Dave, would you be Ok with a driver like that in your tree? > >> for that is we want to use the generic ones (acpi-cpufreq and >> powernow-k8) b/c they d...
2011 Nov 30
36
[RFC PATCH] Exporting ACPI Pxx/Cxx states to other kernel subsystems (v1).
Hello, The following patches are a solution to a problem we have encountered when using the Xen hypervisor: - Need Pxx/Cxx states to save on power consumption when using Xen (we do want those datacenters to consume less power!), - Also need to figure out the Turbo mode so that the scheduler can properly boost a core for CPU bound guests. In essence the Xen hypervisor requires that
2007 Nov 18
0
Unable to load kernel modul powernow-k8 under Debian Etch
Hi. I am unable to load kernel modu powernow-k8 under Debian Etch Xen kernel. message in logs: Nov 19 00:34:09 alsdom02 kernel: processor: Unknown symbol pm_idle Nov 19 00:34:09 alsdom02 kernel: powernow_k8: Unknown symbol acpi_processor_notify_smm Nov 19 00:34:09 alsdom02 kernel: powernow_k8: Unknown symbol acpi_processor_unregister_performance Nov 19 00:34:09 alsdom02 kernel: powernow_k8: Unknown symbol acpi_processor_register_performance If I reboot to normal Debian Etch kernel, everything is fine. I have those kernels: vmlinuz-2.6.18-...