Separate out smp detection and mp table generation from rombios32.c
authorKevin O'Connor <kevin@koconnor.net>
Fri, 4 Jul 2008 09:47:26 +0000 (05:47 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 4 Jul 2008 09:47:26 +0000 (05:47 -0400)
commit84ad59ab83ecdced2bd517f1c8d1129d430d8cdc
tree4bb0e8f7edab2b4417afd0794e2d9ed9e20602a8
parentf7ba6d7f5b297a55da6bc1e177c4eba09fc40a8e
Separate out smp detection and mp table generation from rombios32.c

Also, change smp_probe() to return the cpu count on each call.
Makefile
src/acpi.c
src/acpi.h
src/mptable.c [new file with mode: 0644]
src/rombios32.c
src/smpdetect.c [new file with mode: 0644]
src/util.h