>>On Thursday 11 September 2008 21:22, KAMEZAWA Hiroyuki wrote:
e
This is my thinking, now.
Adding a patch for FLATMEM is very easy, maybe. (Just Do as Balbir's one.)
Adding a patch for DISCONTIGMEM is doubtful. I'm not sure how it's widely
used now.
When it comes to SPARSEMEM, our target is 64bit arch and we need
SPARSEMEM_EXTREME...2 level table. Maybe not far different from current hash.
Our way should be linear mapping like SPARSEMEM_VMEMMAP. But it needs
arch dependent code and some difficulty to allocate virtual space,
which can be very Huge.
This should be updated one by one (for each arch.).
Thanks,
-Kame
--