diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2008-12-30 17:22:09 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:21 +0200 |
commit | 44838ea9dc4098cfaef0cf27ea997199203292ae (patch) | |
tree | e882e2a2a27bbf865023467ab9cde42947707c57 /ChangeLog | |
parent | 592b574993ac8faddd58613e3bd3a573e68bd612 (diff) |
2008-12-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-12-30 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * 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. + 2008-12-29 Samuel Thibault <samuel.thibault@ens-lyon.org> * i386/intel/pmap.c (pmap_bootstrap): Extend kernel virtual memory to |