> > Most MIPS CPU hardware allows you to map large chunks of memory with a > single TLB entry: often up to 16Mbytes at a time. But I don't know > how you'd persuade Linux how to do that. > > -- > Dominic Sweetman > MIPS Technologies. Thanks: for what it's worth, the Broadcom/Sibyte apparently allows a TLB entry to map 128 MB (the max mapped size is 64 MB, but the TLB entries are paired). And supposedly the MIPS kernel tree was recently updated with some support for Linux to use wired TLB entries on the Broadcom, though I haven't tried this. sf