DragonFly-2.3.1.250.g85fd9f master sys/platform/pc32/conf files sys/platform/pc32/i386 mp_machdep.c mp_madt.c sys/platform/pc32/include smp.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Jun 13 03:50:27 PDT 2009


commit 85fd9f87e82e63599bd0293dc0112f8e26f8c3d6
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sat Jun 13 18:41:54 2009 +0800

    Implement ACPI MADT parsing
    
    This will be used to enumerate CPUs if BIOS does not provide MP table

Summary of changes:
 sys/platform/pc32/conf/files        |    1 +
 sys/platform/pc32/i386/mp_machdep.c |    4 +
 sys/platform/pc32/i386/mp_madt.c    |  414 +++++++++++++++++++++++++++++++++++
 sys/platform/pc32/include/smp.h     |    3 +
 4 files changed, 422 insertions(+), 0 deletions(-)
 create mode 100644 sys/platform/pc32/i386/mp_madt.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/85fd9f87e82e63599bd0293dc0112f8e26f8c3d6


-- 
DragonFly BSD source repository





More information about the Commits mailing list