Date: Sat, 24 May 1997 19:49:04 -0700 (PDT) From: Steve Passe <fsmp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 mp_machdep.c Message-ID: <199705250249.TAA10243@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fsmp 1997/05/24 19:49:04 PDT Modified files: sys/i386/i386 mp_machdep.c Log: Broke up parse_mp_table() into 2 passes: - The 1st (preparse_mp_table()) counts the number of cpus, busses, etc. and records the LOCAL and IO APIC addresses. - The 2nd pass (parse_mp_table()) does the actual parsing of info and recording into the incore MP table. This will allow us to defer the 2nd pass untill malloc() & private pages are available (but thats for another day!). Revision Changes Path 1.12 +224 -156 src/sys/i386/i386/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705250249.TAA10243>