CVSROOT: /cvsroot/hurd
Module name: gnumach
Branch: gnumach-1-branch
Changes by: Samuel Thibault <sthibaul> 08/12/30 17:22:10
Modified files:
. : ChangeLog
i386/i386 : proc_reg.h
i386/intel : pmap.c
Log message:
2008-12-30 Samuel Thibault <[email protected]>
* i386/i386/proc_reg.h [__ASSEMBLER__ && __GNUC__]: Include
<i386/gdt.h> and <i386/ldt.h>
(invlpg_user): New macro.
* i386/intel/pmap.c (INVALIDATE_TLB): Call invlpg_user instead
of invlpg.
(pmap_remove, pmap_page_protect, pmap_protect, pmap_enter,
pmap_collect, phys_attribute_clear): Call PMAP_UPDATE_TLBS
after pde update instead of before.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumach/ChangeLog?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.128.2.368&r2=1.128.2.369
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/proc_reg.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.8&r2=1.1.1.1.4.9
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/intel/pmap.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.4.2.24&r2=1.4.2.25