![]() | |||||||||||
Messages in this thread |
Hi, > Also, as I have suggested before, the pte_page implementation in > sparc/sparc64 should be cleaned up, and the usages of MAP_NR in the > arm code. Russell, Linus has not put in the final patch that will > allow DISCONTIGMEM systems to lay out their mem_map arrays however > they see fit, I have resent it to him, if that is put in, we can get > down to simplifying most of the DISCONTIG arch code. Can you send me that patch? I'd like to check it, if it can be used for the m68k port. m68k still has its own support for discontinous mem and from what I've seen so far I'm not really convinced yet to give it up. Small summary: m68k maps everything together into one virtual mapping and uses the virtual address as index into memmap. That has the advantage, that the address conversion stuff is concentrated in __va/__pa and the rest stays simple (e.g. we don't have to deal with multiple nodes). The only problem is that the generic code must not assume that a mem zone is a physically continuos area (what is mostly true, there are currently only two places, that are easy to fix). bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-03-22 13:58 [from the cache] ©2003-2008 | |||||||||||