K 10 svn:author V 8 jmallett K 8 svn:date V 27 2010-04-04T23:12:03.217583Z K 7 svn:log V 329 o) If we double the number of PTEs in a page table page, we have to double the segment size. If we double the amount of memory each PTE covers we need to double the segment size yet again. Increase the segment shift by 2 since we doubled the page size (and further, define it in terms of shift first and foremost.) END