summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-11-11 02:24:18 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:20 +0200
commitaa3780032d1da66a1d0990ae519cc1f5d975d0e6 (patch)
tree1316f73db1716a311cdd519992fbfd8885d9e9e3 /ChangeLog
parenta652906986e061b69fee367ff20a87d2a6b16dd3 (diff)
2008-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/i386asm.sym (PTE_SIZE): New assembly macro. * i386/i386/locore.S (copyout_retry): take PTE_SIZE into account. * i386/intel/pmap.c (pmap_bootstrap, pmap_create): Use WRITE_PTE instead of dereference.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cb10524..98d2db10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,10 @@
[task #8135 --- ``PAE for GNU Mach']
* i386/configfrag.ac: Add --enable-pae option, which defines PAE.
- * i386/i386/i386asm.sym (PDPSHIFT, PDEMASK): New assembly macros.
+ * i386/i386/i386asm.sym (PDPSHIFT, PDEMASK, PTE_SIZE): New assembly
+ macros.
* i386/i386/locore.S [PAE] (copyout_retry): Use page directory pointer
- bits.
+ bits, take PTE_SIZE into account.
* i386/i386at/model_dep.c [PAE] (i386at_init): Set second initial 2MB
page. Enable PAE bit. Set cr3 to page directory pointer table instead
of page directory.