[GIT PULL] (xen) stable/for-linus-3.9-rc2-tag

From: Konrad Rzeszutek Wilk
Date: Tue Mar 12 2013 - 15:56:48 EST


Hey Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.9-rc2-tag

which has three compile fixes - two are for errors on ARM, and
there is one warning on x86. Then there is run-time WARNING
in the xen-pciback. The last one is a regression fix - where
the acpi_processor_register_performance (used in the Xen
ACPI P-and-C states uploader) started returning -ENODEV when cpuidle API
is turned off (previous to v3.9 cpuidle API would return -ENODEV for
some of its functions when it was off, but not all) - Rafael
preferred that it got through my tree, so here it is.

Please pull!

Ian Campbell (1):
xen: arm: mandate EABI and use generic atomic operations.

Konrad Rzeszutek Wilk (2):
xen/pciback: Don't disable a PCI device that is already disabled.
acpi: Export the acpi_processor_get_performance_info

Liu Jinsong (1):
xen/acpi: remove redundant acpi/acpi_drivers.h include

arch/arm/Kconfig | 3 ++-
arch/arm/include/asm/xen/events.h | 25 ++++---------------------
drivers/acpi/processor_perflib.c | 4 ++--
drivers/xen/xen-acpi-processor.c | 8 ++++----
drivers/xen/xen-pciback/pciback_ops.c | 3 ++-
drivers/xen/xen-stub.c | 1 -
include/acpi/processor.h | 3 +++
7 files changed, 17 insertions(+), 30 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/