From: Jon Mason <jdmason@us.ibm.com>
To: xen-devel@lists.xensource.com
Cc: yamahata@valinux.co.jp
Subject: Re: [Xen-changelog] Move MAX_DMADOM_PFN to asm/config.h.
Date: Mon, 30 Jan 2006 11:39:16 -0600 [thread overview]
Message-ID: <20060130173916.GC4577@us.ibm.com> (raw)
In-Reply-To: <E1F3aVz-0003Ks-UF@xenbits.xensource.com>
Per Isaku Yamahata's patch, shouldn't the redefine also include the
follwoing change?
#define MAX_DMADOM_PFN (0x7FFFFFFFUL >> PAGE_SHIFT)
Thanks,
Jon
On Mon, Jan 30, 2006 at 03:00:23PM +0000, Xen patchbot -unstable wrote:
> # HG changeset patch
> # User kaf24@firebug.cl.cam.ac.uk
> # Node ID 1712b52e00743c66d3245a0961f7b2ebcacb8354
> # Parent 4cce50ba45208ff31c2addfe0a9a0ef9083e64a0
> Move MAX_DMADOM_PFN to asm/config.h.
>
> Signed-off-by: Keir Fraser <keir@xensource.com>
>
> diff -r 4cce50ba4520 -r 1712b52e0074 xen/common/page_alloc.c
> --- a/xen/common/page_alloc.c Sun Jan 29 09:55:28 2006
> +++ b/xen/common/page_alloc.c Mon Jan 30 10:23:32 2006
> @@ -215,8 +215,6 @@
> #define MEMZONE_DMADOM 2
> #define NR_ZONES 3
>
> -
> -#define MAX_DMADOM_PFN 0x7FFFFUL /* 31 addressable bits */
> #define pfn_dom_zone_type(_pfn) \
> (((_pfn) <= MAX_DMADOM_PFN) ? MEMZONE_DMADOM : MEMZONE_DOM)
>
> diff -r 4cce50ba4520 -r 1712b52e0074 xen/include/asm-ia64/config.h
> --- a/xen/include/asm-ia64/config.h Sun Jan 29 09:55:28 2006
> +++ b/xen/include/asm-ia64/config.h Mon Jan 30 10:23:32 2006
> @@ -39,6 +39,8 @@
> //#define CONFIG_NR_CPUS 16
> //leave SMP for a later time
> //#undef CONFIG_SMP
> +
> +#define MAX_DMADOM_PFN 0x7FFFFUL /* 31 addressable bits */
>
> #ifndef __ASSEMBLY__
>
> diff -r 4cce50ba4520 -r 1712b52e0074 xen/include/asm-x86/config.h
> --- a/xen/include/asm-x86/config.h Sun Jan 29 09:55:28 2006
> +++ b/xen/include/asm-x86/config.h Mon Jan 30 10:23:32 2006
> @@ -64,6 +64,8 @@
> #define STACK_ORDER 1
> #endif
> #define STACK_SIZE (PAGE_SIZE << STACK_ORDER)
> +
> +#define MAX_DMADOM_PFN 0x7FFFFUL /* 31 addressable bits */
>
> #ifndef __ASSEMBLY__
> extern unsigned long _end; /* standard ELF symbol */
>
> _______________________________________________
> Xen-changelog mailing list
> Xen-changelog@lists.xensource.com
> http://lists.xensource.com/xen-changelog
>
next parent reply other threads:[~2006-01-30 17:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1F3aVz-0003Ks-UF@xenbits.xensource.com>
2006-01-30 17:39 ` Jon Mason [this message]
2006-01-30 17:54 ` [Xen-changelog] Move MAX_DMADOM_PFN to asm/config.h Keir Fraser
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=20060130173916.GC4577@us.ibm.com \
--to=jdmason@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
--cc=yamahata@valinux.co.jp \
/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.