From patchwork Tue Oct 30 13:48:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 195497 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 5A9DC2C0093 for ; Wed, 31 Oct 2012 00:48:37 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TTCB1-0001ao-1R; Tue, 30 Oct 2012 13:48:19 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TTCAx-0001aj-Ly for kernel-team@lists.ubuntu.com; Tue, 30 Oct 2012 13:48:15 +0000 Received: from salmon.rtg.net (mail.tpi.com [70.99.223.143]) by mail.tpi.com (Postfix) with ESMTP id 3CC9432B5CC for ; Tue, 30 Oct 2012 06:48:14 -0700 (PDT) Received: by salmon.rtg.net (Postfix, from userid 1000) id C5B0B20BDF; Tue, 30 Oct 2012 07:48:13 -0600 (MDT) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [PATCH Quantal SRU] UBUNTU: [Config] CONFIG_AMD_IOMMU_V2=m Date: Tue, 30 Oct 2012 07:48:13 -0600 Message-Id: <1351604893-5647-1-git-send-email-tim.gardner@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 BugLink: http://bugs.launchpad.net/bugs/1071520 Signed-off-by: Tim Gardner --- 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 473591a..6517159 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -193,7 +193,7 @@ CONFIG_ALTIVEC=y CONFIG_AMD8111_ETH=m CONFIG_AMD_IOMMU=y CONFIG_AMD_IOMMU_STATS=y -# CONFIG_AMD_IOMMU_V2 is not set +CONFIG_AMD_IOMMU_V2=m CONFIG_AMD_NB=y CONFIG_AMD_NUMA=y CONFIG_AMD_PHY=y