freebsd-dev/sys/amd64
Steve Passe 45fedb144d 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!).
1997-05-25 02:49:03 +00:00
..
amd64 Broke up parse_mp_table() into 2 passes: 1997-05-25 02:49:03 +00:00
conf GENERIC, LINT: 1997-04-14 00:35:25 +00:00
include Broke up parse_mp_table() into 2 passes: 1997-05-25 02:49:03 +00:00
isa remove now redundant (struct trapframe *) cast 1997-05-07 19:58:13 +00:00
pci Mask out revision register in consistency test of class register. 1997-04-09 11:34:50 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00