public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: akpm@linux-foundation.org
Cc: mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded
Date: Wed, 20 Jun 2007 19:55:44 -0700	[thread overview]
Message-ID: <4679E8B0.2070806@goop.org> (raw)
In-Reply-To: <200706201714.l5KHEYh6010297@imap1.linux-foundation.org>

akpm@linux-foundation.org wrote:
> i386-minor-nx-handling-adjustment.patch
>   

This is needed:

Include asm/pgtable.h to get declaration of __supported_pte_mask

This fixes problem exposed by i386-minor-nx-handling-adjustment.patch

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>

---
 include/xen/page.h |    1 +
 1 file changed, 1 insertion(+)

===================================================================
--- a/include/xen/page.h
+++ b/include/xen/page.h
@@ -4,6 +4,7 @@
 #include <linux/pfn.h>
 
 #include <asm/uaccess.h>
+#include <asm/pgtable.h>
 
 #include <xen/features.h>
 



  parent reply	other threads:[~2007-06-21  2:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-20 17:14 mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded akpm
2007-06-20 18:45 ` [PATCH] fs/quota.c build fix (Re: mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded) Michal Piotrowski
2007-06-21 14:17   ` Vasily Tarasov
2007-06-21  0:51 ` mm snapshot broken-out-2007-06-20-10-12.tar.gz uploaded Bob Picco
2007-06-21  1:07   ` Randy Dunlap
2007-06-21  1:14     ` Bob Picco
2007-06-21  4:54       ` Randy Dunlap
2007-06-26  4:12       ` Andrew Morton
2007-06-21  0:52 ` Bob Picco
2007-06-21  2:55 ` Jeremy Fitzhardinge [this message]
2007-06-21  3:33 ` Jeremy Fitzhardinge
2007-06-21 23:01   ` Andrew Morton

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=4679E8B0.2070806@goop.org \
    --to=jeremy@goop.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.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