From: Konrad Rzeszutek Wilk Date: Wed, 6 Jul 2011 14:41:47 +0000 (-0400) Subject: xen/pci: Provide #ifdef CONFIG_ACPI to easy code squashing. X-Git-Tag: v3.1-rc1~319^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92edd814e3c9d9105de55b14c8958b1f8f20269;p=pandora-kernel.git 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 --- Reading git-diff-tree failed