Re: Page Colouring (was: 2.6.0 Huge pages not working as expected)

From: Linus Torvalds
Date: Mon Dec 29 2003 - 04:39:54 EST




On Mon, 29 Dec 2003, William Lee Irwin III wrote:
>
> I can't say I'm particularly encouraged by what I've heard thus far,

Well, I don't even know what your approach is - mind giving an overview?

My original plan (and you can see some of it in the fact that
PAGE_CACHE_SIZE is separate from PAGE_SIZE), was to just have the page
cache be able to use bigger pages than the "normal" pages, and the
normal pages would continue to be the hardware page size.

However, especially with mem_map[] becoming something of a problem, and
all the problems we'd have if PAGE_SIZE and PAGE_CACHE_SIZE were
different, I suspect I'd just be happier with increasing PAGE_SIZE
altogether (and PAGE_CACHE_SIZE with it), and then just teaching the VM
mapping about "fractional pages".

What's your approach?

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/