git: i386: Allow UP kernel to use LAPIC timer and I/O APIC

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Mon Jun 6 04:34:14 PDT 2011


commit 1e7aaefa7791f40be6e4300817bd63600caba456
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Mon Jun 6 19:38:24 2011 +0800

    i386: Allow UP kernel to use LAPIC timer and I/O APIC

Summary of changes:
 sys/bus/pci/pci_pci.c                    |    8 +----
 sys/platform/pc32/acpica5/acpi_machdep.c |   45 +++++------------------------
 sys/platform/pc32/apic/apic_vector.s     |    3 ++
 sys/platform/pc32/apic/ioapic_abi.c      |    1 +
 sys/platform/pc32/apic/ioapic_abi.h      |    4 --
 sys/platform/pc32/apic/ioapic_ipl.h      |    4 --
 sys/platform/pc32/apic/lapic.c           |   22 ++++++++++++--
 sys/platform/pc32/apic/lapic.h           |   23 ++++++++-------
 sys/platform/pc32/conf/files             |   18 +++++------
 sys/platform/pc32/i386/ipl.s             |   10 +++---
 sys/platform/pc32/i386/machdep.c         |    3 +-
 sys/platform/pc32/i386/nexus.c           |   31 +++++++++-----------
 sys/platform/pc32/icu/icu.c              |    6 ----
 sys/platform/pc32/icu/icu_abi.c          |    3 --
 sys/platform/pc32/icu/icu_var.h          |    2 -
 sys/platform/pc32/include/intr_machdep.h |   16 ++++------
 sys/platform/pc32/isa/clock.c            |   24 +++------------
 17 files changed, 83 insertions(+), 140 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e7aaefa7791f40be6e4300817bd63600caba456


-- 
DragonFly BSD source repository





More information about the Commits mailing list