All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Tim Deegan <Tim.Deegan@citrix.com>
Cc: xen-devel@lists.xensource.com, Gianni.Tedesco@citrix.com
Subject: Re: [PATCH] x86/mm: partially revert 21093:4a3e131f7498
Date: Wed, 16 Feb 2011 17:11:16 +0100	[thread overview]
Message-ID: <20110216161116.GA25474@aepfle.de> (raw)
In-Reply-To: <20140bcb4c047c541059.1297691405@whitby.uk.xensource.com>

On Mon, Feb 14, Tim Deegan wrote:

> diff -r af84691a6cf9 -r 20140bcb4c04 xen/arch/x86/mm/p2m.c
> --- a/xen/arch/x86/mm/p2m.c	Mon Feb 14 10:41:12 2011 +0000
> +++ b/xen/arch/x86/mm/p2m.c	Mon Feb 14 13:40:32 2011 +0000

> @@ -2314,7 +2313,7 @@ static int gfn_check_limit(
>       * hardware translation limit. This limitation is checked by comparing
>       * gfn with 0xfffffUL.
>       */
> -    if ( !paging_mode_hap(d) || ((gfn + (1ul << order)) <= 0x100000UL) ||
> +    if ( !hap_enabled(d) || ((gfn + (1ul << order)) <= 0x100000UL)

This removes the ||

p2m.c: In function 'gfn_check_limit':
p2m.c:2317: error: called object '(1ul << (int)order) + gfn <= 1048576ul' is not a function
make[4]: *** [p2m.o] Error 1

      reply	other threads:[~2011-02-16 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-14 13:50 [PATCH] x86/mm: partially revert 21093:4a3e131f7498 Tim Deegan
2011-02-16 16:11 ` Olaf Hering [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=20110216161116.GA25474@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=Gianni.Tedesco@citrix.com \
    --cc=Tim.Deegan@citrix.com \
    --cc=xen-devel@lists.xensource.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.