summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-11-27 01:37:52 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:21 +0200
commit56ff60294ba81457e453b688cbec314f92f0fff3 (patch)
treee725ae7becf113b18952e5c6e7d1f3bbef59dbb6 /ChangeLog
parenta2432a9b39b470aace2210f9cc4fb790df9c8702 (diff)
2008-11-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/proc_reg.h (invlpg): New macro. * i386/intel/pmap.c (INVALIDATE_TLB): If portion to be flushed is less than 32 pages, use calls to invlpg instead of flush_tlb.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 868bd109..97271c37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * i386/i386/proc_reg.h (invlpg): New macro.
+ * i386/intel/pmap.c (INVALIDATE_TLB): If portion to be flushed is less
+ than 32 pages, use calls to invlpg instead of flush_tlb.
+
2008-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/proc_reg.h (get_cr0, get_cr2, get_cr3, get_cr4, get_tr,