From: David Hopwood <david.nospam.hopwood@blueyonder.co.uk>
To: xen-devel@lists.xensource.com
Subject: Re: [PATCH] add need definitions to libxc for x86-64
Date: Wed, 18 May 2005 21:50:04 +0100 [thread overview]
Message-ID: <428BAA7C.5050706@blueyonder.co.uk> (raw)
In-Reply-To: <1116349175.7641.3.camel@thinkpad>
Jerone Young wrote:
> This patch adds need definitions to xc_private.h so that libxc can be
> x86-64 enabled.
> +#if defined(__i386__)
> #define ENTRIES_PER_L1_PAGETABLE 1024
> #define ENTRIES_PER_L2_PAGETABLE 1024
> +#elif defined(__x86_64__)
> +#define L1_PAGETABLE_ENTRIES 512
> +#define L2_PAGETABLE_ENTRIES 512
> +#define L3_PAGETABLE_ENTRIES 512
> +#define L4_PAGETABLE_ENTRIES 512
> +#endif
Why aren't these named consistently (all "ENTRIES_PER_Lx_PAGETABLE" or
all "Lx_PAGETABLE_ENTRIES")?
--
David Hopwood <david.nospam.hopwood@blueyonder.co.uk>
prev parent reply other threads:[~2005-05-18 20:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-17 16:59 [PATCH] add need definitions to libxc for x86-64 Jerone Young
2005-05-18 20:50 ` David Hopwood [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=428BAA7C.5050706@blueyonder.co.uk \
--to=david.nospam.hopwood@blueyonder.co.uk \
--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.