From patchwork Fri May 25 14:26:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 161374 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 04EAFB6FA4 for ; Sat, 26 May 2012 00:26:49 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SXvTM-0004nw-Qv; Fri, 25 May 2012 14:26:32 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SXvTL-0004nr-Ry for kernel-team@lists.ubuntu.com; Fri, 25 May 2012 14:26:31 +0000 Received: from p5b2e42f7.dip.t-dialin.net ([91.46.66.247] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SXvTL-0005WB-MX for kernel-team@lists.ubuntu.com; Fri, 25 May 2012 14:26:31 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [Quantal] Built-in xen-acpi-processor Date: Fri, 25 May 2012 16:26:30 +0200 Message-Id: <1337955990-16792-1-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com That probably needs some change somewhere to make it the policy... -Stefan From 5b39c30d1f30b8874932f60747753057b2a3ca1e Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Fri, 25 May 2012 16:22:28 +0200 Subject: [PATCH] UBUNTU: (config) Built-in xen-acpi-processor The driver only activates when the kernel is run as dom0 and it is non-autoloading. Signed-off-by: Stefan Bader --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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