Re: [BOOTMEM] bad physical address convertions.

From: Franck Bui-Huu
Date: Wed Apr 06 2005 - 03:35:20 EST


Dave Hansen wrote:

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



I don't agree with you. First I don't see any advantages to use "discontigmem" just
because physical ram address doesn't start to 0. I would embed and run extra code
that is not needed for my case.
Secondly, even if you're right, code that uses "addr >> PAGE_SHIFT" are by-passing
mm api, that is somehow a hack....

Cheers.

Franck

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