K 10 svn:author V 6 cherry K 8 svn:date V 27 2013-04-14T09:05:40.155075Z K 7 svn:log V 609 pmap.c: - Bump copyright year. - Fill in further pmap stubs, mainly pmap_enter()/pmap_remove() - Refine the use of managed and unmanaged pages. pmap_pv.c: - Improve support to free pv entries - Remove responsibility for locking the pmap to pmap.c cpufunc.h: - invltlb() should work on xen too. machdep.c: - Copy exec_setregs() implementation from native, sans debug register support. mmu_map.c: - flush the mmu update queue after pml4 entry update. conf/XEN: - revert VERBOSE_SYSINIT. This was re-enabled by mistake in r248719, contrary to the status message, which claimed to disable it. END