Linux IA64 platform development
 help / color / mirror / Atom feed
From: Paul Bolle <pebolle@tiscali.nl>
To: Tony Luck <tony.luck@intel.com>, Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org,
	Suresh Siddha <suresh.b.siddha@intel.com>,
	Ingo Molnar <mingo@elte.hu>
Subject: [PATCH] [RESEND] ia64: change "select DMAR" to "select INTEL_IOMMU"
Date: Tue, 05 Mar 2013 13:59:23 +0000	[thread overview]
Message-ID: <1362491963.16460.93.camel@x61.thuisdomein> (raw)
In-Reply-To: <1321127461.27598.102.camel@x61.thuisdomein>

Commit d3f138106b ("iommu: Rename the DMAR and INTR_REMAP config
options") changed all references to DMAR in Kconfig files to INTEL_IOMMU
(and, likewise, changed the references to CONFIG_DMAR everywhere else
to CONFIG_INTEL_IOMMU). That commit missed one "select DMAR" statement
in ia64's Kconfig file. Change that one too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) This patch was first send over a year ago. Now I have reapplied it on
top of v3.9-rc1, which only added an offset of two lines.

1) Still tested with "make ARCH=ia64 menuconfig" only (which makes it
rather lightly tested).

2) Everything suggests this was simply an oversight. Otherwise that
select line would have been dropped, wouldn't it?

 arch/ia64/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 33f3fdc..436605b 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -187,7 +187,7 @@ config IA64_DIG
 
 config IA64_DIG_VTD
 	bool "DIG+Intel+IOMMU"
-	select DMAR
+	select INTEL_IOMMU
 	select PCI_MSI
 
 config IA64_HP_ZX1
-- 
1.7.11.7


      reply	other threads:[~2013-03-05 13:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-12 19:51 [PATCH] ia64: change "select DMAR" to "select INTEL_IOMMU" Paul Bolle
2013-03-05 13:59 ` Paul Bolle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362491963.16460.93.camel@x61.thuisdomein \
    --to=pebolle@tiscali.nl \
    --cc=fenghua.yu@intel.com \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=suresh.b.siddha@intel.com \
    --cc=tony.luck@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox