All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Christoph Lameter <christoph@lameter.com>
Cc: Andi Kleen <ak@suse.de>, Dave Hansen <haveblue@us.ibm.com>,
	linux-mm@kvack.org
Subject: Re: [patch] CONFIG_ARCH_HAS_ATOMIC_UNSIGNED
Date: Sat, 18 Dec 2004 07:50:55 +0100	[thread overview]
Message-ID: <20041218065055.GA5829@wotan.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.58.0412171410240.23925@server.graphe.net>

On Fri, Dec 17, 2004 at 02:11:59PM -0800, Christoph Lameter wrote:
> On Fri, 17 Dec 2004, Andi Kleen wrote:
> 
> > On Fri, Dec 17, 2004 at 11:26:49AM -0800, Christoph Lameter wrote:
> > > On Fri, 17 Dec 2004, Andi Kleen wrote:
> > >
> > > > > Put the order of the page there for compound pages instead of having that
> > > > > in index?
> > > >
> > > > That would waste memory on the 64bit architectures that cannot tolerate
> > > > 32bit atomic flags or on true 32bit architecture.
> > >
> > > Would be great to have 64 bit atomic support to fill this hole then.
> >
> > I think you lost me.   How would that help?
> 
> It would fill the hole on 64 bits if atomic_t would have the native word
> size.

The problem is that that 64bit atomic_t type would end up unaligned.
While that would work in theory on x86-64 I suspect it would be slow even
there. And it would probably not work anywhere else.

And as Dave said they plan to use the upper 32bit of flags for 
CONFIG_NONLINEAR anyways, so it's not even possible.

-Andi
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

      reply	other threads:[~2004-12-18  6:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-17  0:44 [patch] CONFIG_ARCH_HAS_ATOMIC_UNSIGNED Dave Hansen
2004-12-17  6:11 ` Andi Kleen
2004-12-17  8:42   ` Dave Hansen
2004-12-17 16:27   ` Christoph Lameter
2004-12-17 16:33     ` Andi Kleen
2004-12-17 19:26       ` Christoph Lameter
2004-12-17 19:37         ` Andi Kleen
2004-12-17 22:11           ` Christoph Lameter
2004-12-18  6:50             ` Andi Kleen [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=20041218065055.GA5829@wotan.suse.de \
    --to=ak@suse.de \
    --cc=christoph@lameter.com \
    --cc=haveblue@us.ibm.com \
    --cc=linux-mm@kvack.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 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.