All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Fenghua Yu <fenghua.yu@intel.com>
Cc: "Luck, Tony" <tony.luck@intel.com>,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	David Woodhouse <dwmw2@infradead.org>,
	Avi Kivity <avi@redhat.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-ia64@vger.kernel.org
Subject: Re: [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel
Date: Thu, 02 Oct 2008 08:29:42 +0000	[thread overview]
Message-ID: <20081002082942.GA26084@elte.hu> (raw)
In-Reply-To: <20081001165725.GA21559@linux-os.sc.intel.com>


* Fenghua Yu <fenghua.yu@intel.com> wrote:

> --- a/drivers/pci/dmar.c
> +++ b/drivers/pci/dmar.c
> @@ -35,6 +35,10 @@
>  #undef PREFIX
>  #define PREFIX "DMAR:"
>  
> +#ifdef CONFIG_IA64
> +#define cpu_has_x2apic 0
> +#endif

hm, that's not too nice - why not add it to arch/ia64/include/?

	Ingo

WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@elte.hu>
To: Fenghua Yu <fenghua.yu@intel.com>
Cc: "Luck, Tony" <tony.luck@intel.com>,
	Jesse Barnes <jbarnes@virtuousgeek.org>,
	David Woodhouse <dwmw2@infradead.org>,
	Avi Kivity <avi@redhat.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-ia64@vger.kernel.org
Subject: Re: [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel IOMMU: Generic Part
Date: Thu, 2 Oct 2008 10:29:42 +0200	[thread overview]
Message-ID: <20081002082942.GA26084@elte.hu> (raw)
In-Reply-To: <20081001165725.GA21559@linux-os.sc.intel.com>


* Fenghua Yu <fenghua.yu@intel.com> wrote:

> --- a/drivers/pci/dmar.c
> +++ b/drivers/pci/dmar.c
> @@ -35,6 +35,10 @@
>  #undef PREFIX
>  #define PREFIX "DMAR:"
>  
> +#ifdef CONFIG_IA64
> +#define cpu_has_x2apic 0
> +#endif

hm, that's not too nice - why not add it to arch/ia64/include/?

	Ingo

  reply	other threads:[~2008-10-02  8:29 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <BAE9DCEF64577A439B3A37F36F9B691C0339372B@orsmsx418.amr.corp.intel.com>
2007-11-19 23:03 ` [PATCH] More Sanity checks for DMAR Fenghua Yu
2007-11-20 18:58   ` mark gross
     [not found] ` <617E1C2C70743745A92448908E030B2A02AD5AD7@scsmsx411.amr.corp.intel.com>
2008-05-02 22:26   ` [PATCH] Handle invalid ACPI SLIT table Fenghua Yu
2008-05-02 22:26     ` Fenghua Yu
2008-05-02 22:26     ` Fenghua Yu
2008-10-01 16:57   ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel IOMMU: Generic Part Fenghua Yu
2008-10-01 16:57     ` Fenghua Yu
2008-10-02  8:29     ` Ingo Molnar [this message]
2008-10-02  8:29       ` Ingo Molnar
2008-10-02 22:06       ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel Yu, Fenghua
2008-10-02 22:06         ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel IOMMU: Generic Part Yu, Fenghua
2008-10-03  8:54         ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel Ingo Molnar
2008-10-03  8:54           ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel IOMMU: Generic Part Ingo Molnar
2008-10-02 15:31     ` Bjorn Helgaas
2008-10-02 15:31       ` Bjorn Helgaas
2008-10-02 21:46       ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel Yu, Fenghua
2008-10-02 21:46         ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel IOMMU: Generic Part Yu, Fenghua
2008-10-03 15:33         ` Bjorn Helgaas
2008-10-03 15:33           ` Bjorn Helgaas
2008-10-04  0:21           ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel Yu, Fenghua
2008-10-04  0:21             ` [PATCH 1/2]Add Variable Page Size and IA64 Support in Intel IOMMU: Generic Part Yu, Fenghua
2008-10-07  0:01     ` [PATCH V2 1/2] Add " Fenghua Yu
2008-10-07  0:01       ` Fenghua Yu
2009-08-04 22:10   ` [PATCH 2/4] Bug Fix drivers/pci/intel-iommu.c: secure sg_next() calling Fenghua Yu
2009-08-04 22:10     ` Fenghua Yu
2009-08-05  8:09     ` [PATCH 2/4] Bug Fix drivers/pci/intel-iommu.c: secure David Woodhouse
2009-08-05  8:09       ` [PATCH 2/4] Bug Fix drivers/pci/intel-iommu.c: secure sg_next() calling David Woodhouse

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=20081002082942.GA26084@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@linux-foundation.org \
    --cc=avi@redhat.com \
    --cc=dwmw2@infradead.org \
    --cc=fenghua.yu@intel.com \
    --cc=jbarnes@virtuousgeek.org \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.