看板 DFBSD_commit 關於我們 聯絡資訊
commit d2fd2a60bd400950abc8c22d399cbfa327859760 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Jan 1 18:07:40 2010 -0800 kernel - pmap (i386) - fix bugs in gd_GDMAP1 and gd_GDADDR1 initialization * I was using the wrong index variable to initialize the per-cpu gd_GDMAP1 and gd_GDADDR1 fields. This caused the cpu mask for the alt page table mapping to not work properly. Summary of changes: sys/platform/pc32/i386/mp_machdep.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d2fd2a60bd400950abc8c22d399cbfa327859760 -- DragonFly BSD source repository