On Thu, Sep 02, 2004 at 04:05:56PM +0100, Matthew Wilcox wrote: > Ah, basic lack of understanding of what VIRTUAL_MEM_MAP is used for > and why it exists. It should be exclusive with DISCONTIGMEM as they > both solve the same problem, but in wildly different ways. At the time > VIRTUAL_MEM_MAP was put in, the DISCONTIGMEM code was utterly broken > and nobody was interested in fixing it ("we have a version in the LSE > patch that doesn't suck as much" doesn't help). > Both should address the memory map on zx1: > 0-1 GB > 257-260GB > 4-256GB > (in practice, the maximum memory you can put in any zx1 box at the moment > is 128GB because 4GB DIMMs aren't supported in the rx5670) > Without VIRTUAL_MEM_MAP or DISCONTIGMEM, a 2GB zx1 machine would have > a 13GB mem_map. So DISCONTIGMEM does away with the global mem_map and > VIRTUAL_MEM_MAP constructs a mem_map in vmalloc space rather than the > kernel's fixed mapping. > If DISCONTIGMEM now works properly, I think VIRTUAL_MEM_MAP can disappear. My understanding of virtual mem_map was that it was used to remove some kind of excessive address calculation overhead from CONFIG_DISCONTIGMEM. This usage is valid too, of course. In this case we either need to adjust include/asm-ia64/page.h for virtual mem_map or contig_page_data.mem_map needs to be initialized with the virtual mem_map's base prior to calling free_area_init_node(), and for that matter, Ian Wienand appears to fall into the category of systems without a large gap because find_largest_hole(). is returning something less than LARGE_GAP. There are a lot of things going wrong at once here. -- wli - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Sep 2 14:44:32 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:30 EST