Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/common/pmap/tlb



On Thu, Jul 05, 2012 at 05:24:54PM +0000, Matt Thomas wrote:
> 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.

Maybe a union instead?

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index