看板 DFBSD_commit 關於我們 聯絡資訊
commit d27837759a4f890c613f0cb4902ed3ac37f1c604 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Jul 2 19:07:14 2010 -0700 kernel - hold MP lock in idlezero for now * The MP lock must be held in the idlezero code for now until tokenization is finished on the rest of the code base. * Fixes random memory corruption which could occur when idlezero was turned on. Summary of changes: sys/vm/vm_zeroidle.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d27837759a4f890c613f0cb4902ed3ac37f1c604 -- DragonFly BSD source repository