CVSROOT:        /cvsroot/hurd
Module name:    gnumach
Branch:         gnumach-1-branch
Changes by:     Samuel Thibault <sthibaul>      09/01/05 02:43:00

Modified files:
        .              : ChangeLog 
        i386/i386      : gdt.c gdt.h proc_reg.h 
        i386/intel     : pmap.c 

Log message:
        2009-01-05  Samuel Thibault  <[email protected]>
        
                * i386/i386/gdt.h (LINEAR_DS): New macro.
                * i386/i386/gdt.c (gdt_init): Initialize LINEAR_DS descriptor.
                * i386/i386/proc_reg.h (invlpg_user): Rename macro into...
                (invlpg_linear): ... this.  Use movw instead of movl to set 
KERNEL_DS
                selector.  Use LINEAR_DS selector instead of USER_DS selector.
                * i386/intel/pmap.c (INVALIDATE_TLB): Call invlpg_linear 
instead of
                invlpg_user.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumach/ChangeLog?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.128.2.369&r2=1.128.2.370
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/gdt.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.1.1.1.4.3&r2=1.1.1.1.4.4
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/i386/gdt.h?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.2.2.4&r2=1.2.2.5
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.9&r2=1.1.1.1.4.10
http://cvs.savannah.gnu.org/viewcvs/gnumach/i386/intel/pmap.c?cvsroot=hurd&only_with_tag=gnumach-1-branch&r1=1.4.2.25&r2=1.4.2.26


Reply via email to