Change mptable mapping mechanism during mptable parsing.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 12 Jun 2009 10:15:38 +0000 (18:15 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 12 Jun 2009 11:07:55 +0000 (19:07 +0800)
commit981bebd11ba5507ab5887bb66ef52935ab350bed
treea8b922c80bb05a0d418d87cdb30ef6fa1e931de3
parentaeb48299996ead8f1c328436e93b1836326c2bf6
Change mptable mapping mechanism during mptable parsing.

- Don't setup PTD for P=V, instead, pmap_mapdev() is used to mapping
  MP float pointer struct and MP base configuration table.
- Get rid of 'mpfps' global variable
sys/platform/pc32/i386/mp_machdep.c