linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Beregalov <a.beregalov@gmail.com>
To: linux-next <linux-next@vger.kernel.org>,
	Suresh Siddha <suresh.b.siddha@intel.com>,
	David Woodhouse <David.Woodhouse@intel.com>
Subject: Re: next-1007: dmar fails to build
Date: Wed, 7 Oct 2009 12:59:58 +0400	[thread overview]
Message-ID: <20091007085958.GA12537@orion> (raw)
In-Reply-To: <a4423d670910070150v6b8df19bt733eac1b32f04257@mail.gmail.com>

On Wed, Oct 07, 2009 at 12:50:39PM +0400, Alexander Beregalov wrote:
> drivers/pci/dmar.c: In function 'dmar_parse_one_rhsa':
> drivers/pci/dmar.c:360: error: implicit declaration of function
> 'acpi_map_pxm_to_node'
> 
> $ grep NUMA .config
> $

By the way, shouldn't it be as following?

diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c
index 63aa529..474c7e8 100644
--- a/drivers/pci/dmar.c
+++ b/drivers/pci/dmar.c
@@ -362,8 +362,8 @@ dmar_parse_one_rhsa(struct acpi_dmar_header *header)
 			if (!node_online(node))
 				node = -1;
 			drhd->iommu->node = node;
-		return 0;
-	}
+			return 0;
+		}
 
 	return -ENODEV;
 }

  reply	other threads:[~2009-10-07  9:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-07  8:50 next-1007: dmar fails to build Alexander Beregalov
2009-10-07  8:59 ` Alexander Beregalov [this message]
2009-10-07 17:05   ` Suresh Siddha

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=20091007085958.GA12537@orion \
    --to=a.beregalov@gmail.com \
    --cc=David.Woodhouse@intel.com \
    --cc=linux-next@vger.kernel.org \
    --cc=suresh.b.siddha@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;
as well as URLs for NNTP newsgroup(s).