Message ID | 1337955990-16792-1-git-send-email-stefan.bader@canonical.com |
---|---|
State | New |
Headers | show |
I also jammed in a bit of patch that removes xen-acpi-processor from the ABI files so we don't get a module check build failure. rtg
On 25.05.2012 17:45, Tim Gardner wrote: > I also jammed in a bit of patch that removes xen-acpi-processor from the > ABI files so we don't get a module check build failure. > > rtg Doh! Yeah, should have done that... :/
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 84f16c2..a52ea48 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -6368,7 +6368,7 @@ CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y CONFIG_XEN=y CONFIG_XENFS=m -CONFIG_XEN_ACPI_PROCESSOR=m +CONFIG_XEN_ACPI_PROCESSOR=y CONFIG_XEN_BACKEND=y CONFIG_XEN_BALLOON=y CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y