summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-12-30 15:48:19 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:14 +0200
commit5684de1053f6aa9339107319445679af91770b8c (patch)
tree0ccd480a2c259426dff322c95fd6127dd935eef7 /ChangeLog
parent6c5335e7cad873e0fc44aa0e71bbf1294a6bb7ba (diff)
2007-12-30 Samuel thibault <samuel.thibault@ens-lyon.org>
* linux/dev/glue/block.c (MAX_BUF): Set to sane stack-friendly 8 instead of blindly following VM_MAP_COPY_PAGE_LIST_MAX. (rdwr_full): increment blk by cc >> bshift instead of nb.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbad4f47..3ba47621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* kern/debug.c (panic) [MACH_KDB]: Don't wait before running the
debugger.
+ * linux/dev/glue/block.c (MAX_BUF): Set to sane stack-friendly 8
+ instead of blindly following VM_MAP_COPY_PAGE_LIST_MAX.
+ (rdwr_full): increment blk by cc >> bshift instead of nb.
2007-12-11 Thomas Schwinge <tschwinge@gnu.org>