Linux PCI subsystem development
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org, Yinghai Lu <yinghai@kernel.org>
Subject: Re: [PATCH v2 1/3] x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y
Date: Wed, 25 Jan 2012 13:08:36 -0800	[thread overview]
Message-ID: <20120125130836.22450527@jbarnes-desktop> (raw)
In-Reply-To: <20120109224349.24913.23010.stgit@bhelgaas.mtv.corp.google.com>

[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]

On Mon, 09 Jan 2012 15:43:49 -0700
Bjorn Helgaas <bhelgaas@google.com> wrote:

> We only need amd_bus.o for AMD systems with PCI.  arch/x86/pci/Makefile
> already depends on CONFIG_PCI=y, so this patch just adds the dependency
> on CONFIG_AMD_NB.
> 
> CC: Yinghai Lu <yinghai@kernel.org>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
>  arch/x86/pci/Makefile |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile
> index 6b8759f..d24d3da 100644
> --- a/arch/x86/pci/Makefile
> +++ b/arch/x86/pci/Makefile
> @@ -18,8 +18,9 @@ obj-$(CONFIG_X86_NUMAQ)		+= numaq_32.o
>  obj-$(CONFIG_X86_MRST)		+= mrst.o
>  
>  obj-y				+= common.o early.o
> -obj-y				+= amd_bus.o bus_numa.o
> +obj-y				+= bus_numa.o
>  
> +obj-$(CONFIG_AMD_NB)		+= amd_bus.o
>  obj-$(CONFIG_PCI_CNB20LE_QUIRK)	+= broadcom_bus.o
>  
>  ifeq ($(CONFIG_PCI_DEBUG),y)

Arg sorry guys I've been totally swamped since sending in the pull
req.  I'll do a review & merge pass on the outstanding stuff tomorrow.

Thanks for your patience.

-- 
Jesse Barnes, Intel Open Source Technology Center

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2012-01-25 21:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-09 22:43 [PATCH v2 1/3] x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y Bjorn Helgaas
2012-01-09 22:43 ` [PATCH v2 2/3] x86, amd: factor out MMCONFIG discovery Bjorn Helgaas
2012-01-09 22:43 ` [PATCH v2 3/3] PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB Bjorn Helgaas
2012-01-25 21:08 ` Jesse Barnes [this message]
2012-01-25 21:33   ` [PATCH v2 1/3] x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y Bjorn Helgaas

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=20120125130836.22450527@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=bhelgaas@google.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=yinghai@kernel.org \
    /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