On Tue, 2005-04-05 at 09:39 +0200, Franck Bui-Huu wrote:
> Unfortunately there are some places in linux where this is not the case.
> "bootmem.c" is one of these places. For instance, it does "addr >> 
> PAGE_SHIFT"
> instead of using "phys_to_pfn" macro in order to convert a physical 
> address into a page
> frame number.
> 
> Are there any interests for a patch which will fix that ?

Probably not.

I suggest using something like discontigmem (or even sparsemem for that
matter) to properly handles holes in your address space.

-- Dave

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

Reply via email to