public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Suresh Siddha <suresh.b.siddha@intel•com>
To: Alexander Beregalov <a.beregalov@gmail•com>
Cc: linux-next <linux-next@vger•kernel.org>,
	"Woodhouse, David" <david.woodhouse@intel•com>
Subject: Re: next-1007: dmar fails to build
Date: Wed, 07 Oct 2009 10:05:45 -0700	[thread overview]
Message-ID: <1254935147.2635.0.camel@sbs-t61.sc.intel.com> (raw)
In-Reply-To: <20091007085958.GA12537@orion>

On Wed, 2009-10-07 at 01:59 -0700, Alexander Beregalov wrote:
> 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;
>  }

Thanks. Just posted fixes for both these issues!

      reply	other threads:[~2009-10-07 17:07 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
2009-10-07 17:05   ` Suresh Siddha [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=1254935147.2635.0.camel@sbs-t61.sc.intel.com \
    --to=suresh.b.siddha@intel$(echo .)com \
    --cc=a.beregalov@gmail$(echo .)com \
    --cc=david.woodhouse@intel$(echo .)com \
    --cc=linux-next@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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