All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: Andrew Morton <akpm@digeo.com>
Cc: Benjamin LaHaise <bcrl@redhat.com>,
	hch@lst.de, davidm@napali.hpl.hp.com, linux-mm@kvack.org,
	"Martin J. Bligh" <mbligh@aracnet.com>
Subject: Re: [PATCH] bootmem speedup from the IA64 tree
Date: Thu, 10 Apr 2003 14:02:11 -0700	[thread overview]
Message-ID: <20030410210211.GI1828@holomorphy.com> (raw)
In-Reply-To: <20030410134334.37c86863.akpm@digeo.com>

On Thu, Apr 10, 2003 at 01:43:34PM -0700, Andrew Morton wrote:
> Agreed.  I've updated the patch thusly.
> Bootmem igornamus says:
> Do we have a problem with using an `unsigned long' byte address in there on
> ia32 PAE?  Or are we guaranteed that this will only ever be used in the lower
> 4G of physical memory?

It's only ever used for lowmem on ia32, which is even below 1GB.


On Thu, Apr 10, 2003 at 01:43:34PM -0700, Andrew Morton wrote:
> Does the last_success cache ever need to be updated if someone frees some
> previously-allocated memory?

Setting preferred only puts a finger on where to begin a search. The
search (and validity checking) are still carried out as usual. It could
be suboptimal to set it to somewhere that's not as good as possible
after a free, but it's only advice as to where to start a search and so
doesn't affect correctness so long as it's in-bounds.

I'm just going to grab a barfbag and run now.


-- wli
--
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>

  parent reply	other threads:[~2003-04-10 21:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-10 10:24 [PATCH] bootmem speedup from the IA64 tree Christoph Hellwig
2003-04-10 10:35 ` Andrew Morton
2003-04-10 14:18   ` Martin J. Bligh
2003-04-10 16:46   ` Martin J. Bligh
2003-04-10 13:59 ` Benjamin LaHaise
2003-04-10 20:43   ` Andrew Morton
2003-04-10 20:34     ` Martin J. Bligh
2003-04-10 21:07       ` Andrew Morton
2003-04-10 21:02     ` William Lee Irwin III [this message]
2003-04-11 20:32     ` Rik van Riel
2003-04-11 20:57       ` Andrew Morton
2003-04-11 21:27         ` David Mosberger
2003-04-11 20:58       ` David Mosberger
2003-04-10 15:25 ` Anton Blanchard

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=20030410210211.GI1828@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=akpm@digeo.com \
    --cc=bcrl@redhat.com \
    --cc=davidm@napali.hpl.hp.com \
    --cc=hch@lst.de \
    --cc=linux-mm@kvack.org \
    --cc=mbligh@aracnet.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.