]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 6 Jul 2011 14:41:47 +0000 (10:41 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 18:47:56 +0000 (14:47 -0400)
commit64b8dafc231053a5e5058bceb6869c5bd83db1ef
tree11d7ca0c0bf363a0be6eba29f0fe9318030ff416
parent6a60712bdb6822ad7471e275faabae1bb84aaa3a
xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing.

In the past we would guard those code segments to be dependent
on CONFIG_XEN_DOM0 (which depends on CONFIG_ACPI) so this patch is
not stricly necessary. But the next patch will merge common
HVM and initial domain code and we want to make sure the CONFIG_ACPI
dependency is preserved - as HVM code does not depend on CONFIG_XEN_DOM0.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/pci/xen.c