DragonFly commits List (threaded) for 2010-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: i386 - Get completely rid of APIC_IO
commit 30c5f287ac4d01474dd3670324db69098ecf13a8
Author: Michael Neumann <mneumann@ntecs.de>
Date: Wed Oct 6 20:00:44 2010 +0200
i386 - Get completely rid of APIC_IO
For SMP kernels compile time APIC_IO option has been superseeded
by loader tunable hw.apic_io_enable which defaults to APIC I/O
enabled.
Summary of changes:
sys/platform/pc32/acpica5/acpi_machdep.c | 32 +++++++++++++++++--
sys/platform/pc32/apic/apic_abi.c | 4 +-
sys/platform/pc32/apic/apic_ipl.h | 2 +-
sys/platform/pc32/apic/apic_ipl.s | 2 +-
sys/platform/pc32/apic/apic_vector.s | 4 +-
sys/platform/pc32/apic/mpapic.c | 10 ++++--
sys/platform/pc32/apic/mpapic.h | 2 +-
sys/platform/pc32/conf/files | 2 +-
sys/platform/pc32/conf/options | 1 -
sys/platform/pc32/i386/autoconf.c | 7 ++--
sys/platform/pc32/i386/machdep.c | 22 +++++++++++++
sys/platform/pc32/i386/mp_machdep.c | 48 +++++++-----------------------
sys/platform/pc32/i386/nexus.c | 17 +++++++----
sys/platform/pc32/icu/icu_abi.c | 6 +---
sys/platform/pc32/icu/icu_ipl.s | 4 --
sys/platform/pc32/icu/icu_vector.s | 4 --
sys/platform/pc32/include/clock.h | 2 +-
sys/platform/pc32/include/smp.h | 1 +
sys/platform/pc32/isa/clock.c | 32 +++++++++++---------
sys/platform/pc32/isa/intr_machdep.c | 18 +++++------
20 files changed, 120 insertions(+), 100 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30c5f287ac4d01474dd3670324db69098ecf13a8
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]