git: ioapic: Add tunable hw.ioapic_use_old
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Mon Mar 14 07:19:42 PDT 2011
commit 0d863fd0eb5d49f76c9d3506f52d30d9572565e2
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Mon Mar 14 21:57:14 2011 +0800
ioapic: Add tunable hw.ioapic_use_old
Mainly to ease following new I/O APIC related code testing.
Summary of changes:
sys/platform/pc32/i386/machdep.c | 3 ++
sys/platform/pc32/i386/mp_machdep.c | 12 +++++----
sys/platform/pc32/include/smp.h | 1 +
sys/platform/pc32/isa/clock.c | 42 ++++++++++++++++++---------------
sys/platform/pc64/include/smp.h | 1 +
sys/platform/pc64/isa/clock.c | 42 ++++++++++++++++++---------------
sys/platform/pc64/x86_64/machdep.c | 3 ++
sys/platform/pc64/x86_64/mp_machdep.c | 12 +++++----
8 files changed, 68 insertions(+), 48 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d863fd0eb5d49f76c9d3506f52d30d9572565e2
--
DragonFly BSD source repository
More information about the Commits
mailing list