--- /dev/null
+diff --git a/arch/x86/kernel/acpi/processor_extcntl_xen.c b/arch/x86/kernel/acpi/processor_extcntl_xen.c
+index 5df78b8..69d0a10 100644
+--- a/arch/x86/kernel/acpi/processor_extcntl_xen.c
++++ b/arch/x86/kernel/acpi/processor_extcntl_xen.c
+@@ -44,9 +44,6 @@ static int xen_cx_notifier(struct acpi_processor *pr, int action)
+ struct xen_processor_cx *data, *buf;
+ struct acpi_processor_cx *cx;
+
+- if (action == PROCESSOR_PM_CHANGE)
+- return -EINVAL;
+-
+ /* Convert to Xen defined structure and hypercall */
+ buf = kzalloc(pr->power.count * sizeof(struct xen_processor_cx),
+ GFP_KERNEL);