summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 22:09:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 22:09:30 +0100
commit41cdb1eb5a3627c3b6b6c4f74503233d9689a397 (patch)
treef7b950b78a0005dfa459085ca39d1d0aed6f7fe6 /ChangeLog
parentf817775364018856379b9475efd7b4345db66dc6 (diff)
hurd: Fix enabling vm_copy
Benchmarked on http://lists.gnu.org/archive/html/bug-hurd/2014-12/msg00081.html * sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to PAGE_COPY_THRESHOLD and set to benchmarked 16384.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e62415607..95e2c07df5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,8 @@
__task_terminate would ever return successfully.
* sysdeps/mach/hurd/profil.c (special_profil_failure): Move variable
to global scope.
+ * sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to
+ PAGE_COPY_THRESHOLD and set to benchmarked 16384.
2018-01-27 James Clarke <jrtc27@jrtc27.com>