Module Name: src Committed By: matt Date: Thu Jul 5 17:24:54 UTC 2012
Modified Files: src/sys/common/pmap/tlb: pmap.h pmap_segtab.c Log Message: Change seg_tab to seg_ptr and make it a void * from a pt_entry_t * since it also needs to point to struct pmap_segtab * when used in a 3-level page table. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/common/pmap/tlb/pmap.h cvs rdiff -u -r1.6 -r1.7 src/sys/common/pmap/tlb/pmap_segtab.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.