看板 DFBSD_commit 關於我們 聯絡資訊
commit 0c8fbc51d221ee2b9019302cdcef4c4c5029c56d Author: Sepherosa Ziehau <sephe@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