Implement ACPI MADT parsing
authorMichael Neumann <mneumann@ntecs.de>
Sun, 3 Oct 2010 10:29:32 +0000 (12:29 +0200)
committerMichael Neumann <mneumann@ntecs.de>
Sun, 3 Oct 2010 10:29:32 +0000 (12:29 +0200)
commit8e4c6923b6712b3174edde5e1bc3ef961cce76d0
tree5ee9ea4ccf8a22894428ef2738ee81a9e2765099
parent0eaa8172d78b4c0eed81c402964af9300e7da1f1
Implement ACPI MADT parsing

This will be used to enumerate CPUs if BIOS does not provide MP table.

Apply commit 85fd9f87e82e63599bd0293dc0112f8e26f8c3d6 for x86_x64.
sys/platform/pc64/conf/files
sys/platform/pc64/include/smp.h
sys/platform/pc64/x86_64/mp_machdep.c
sys/platform/pc64/x86_64/mp_madt.c [new file with mode: 0644]