DragonFly-2.3.1.110.g0c8fb master sys/platform/pc32/apic apicreg.h mpapic.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Thu May 21 05:07:36 PDT 2009
commit 0c8fbc51d221ee2b9019302cdcef4c4c5029c56d
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Thu May 21 18:59:24 2009 +0800
ioapic: Fix destination setting.
Since the "destination mode" is physical, the "destination" should be
APIC ID instead of mask (set of processors). Currently all interrupts
are delivered to CPU0 (BSP).
Summary of changes:
sys/platform/pc32/apic/apicreg.h | 1 +
sys/platform/pc32/apic/mpapic.c | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c8fbc51d221ee2b9019302cdcef4c4c5029c56d
--
DragonFly BSD source repository
More information about the Commits
mailing list