Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293989
b: refs/heads/master
c: 59a5680
h: refs/heads/master
i:
  293987: aca2f73
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Mar 14, 2012
1 parent bd88dd5 commit 4bbb550
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ead1d01425bbd28c4354b539caa4075bde00ed72
refs/heads/master: 59a56802918100c1e39e68c30a2e5ae9f7d837f0
17 changes: 17 additions & 0 deletions trunk/drivers/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,21 @@ config XEN_PRIVCMD
depends on XEN
default m

config XEN_ACPI_PROCESSOR
tristate "Xen ACPI processor"
depends on XEN && X86 && ACPI_PROCESSOR
default y if (X86_ACPI_CPUFREQ = y || X86_POWERNOW_K8 = y)
default m if (X86_ACPI_CPUFREQ = m || X86_POWERNOW_K8 = m)
help
This ACPI processor uploads Power Management information to the Xen hypervisor.

To do that the driver parses the Power Management data and uploads said
information to the Xen hypervisor. Then the Xen hypervisor can select the
proper Cx and Pxx states. It also registers itslef as the SMM so that
other drivers (such as ACPI cpufreq scaling driver) will not load.

To compile this driver as a module, choose M here: the
module will be called xen_acpi_processor If you do not know what to choose,
select M here. If the CPUFREQ drivers are built in, select Y here.

endmenu
2 changes: 1 addition & 1 deletion trunk/drivers/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o
obj-$(CONFIG_XEN_DOM0) += pci.o
obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback/
obj-$(CONFIG_XEN_PRIVCMD) += xen-privcmd.o

obj-$(CONFIG_XEN_ACPI_PROCESSOR) += xen-acpi-processor.o
xen-evtchn-y := evtchn.o
xen-gntdev-y := gntdev.o
xen-gntalloc-y := gntalloc.o
Expand Down
Loading

0 comments on commit 4bbb550

Please sign in to comment.