kernel - pmap (i386) - fix bugs in gd_GDMAP1 and gd_GDADDR1 initialization
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 2 Jan 2010 02:07:40 +0000 (18:07 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 2 Jan 2010 02:07:40 +0000 (18:07 -0800)
commitd2fd2a60bd400950abc8c22d399cbfa327859760
tree41b90908147990949e917dfd9e38696a7f5c4c6a
parent15fdd303c75d9104e56bc219d862d15106caee26
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.
sys/platform/pc32/i386/mp_machdep.c