看板 DFBSD_commit 關於我們 聯絡資訊
commit db958607d541d6d0223c29e1fc962d280aaa54aa Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Thu May 21 21:38:45 2009 +0800 ioapic: Allow user to specify irq's destination CPU hw.irq.X.dest is checked when programming ioapic and the corresponding ithread will be created on the same CPU as the irq's destination CPU. Summary of changes: sys/kern/kern_intr.c | 14 ++++++++++++++ sys/platform/pc32/apic/mpapic.c | 33 ++++++++++++++++++++++++++++----- 2 files changed, 42 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/db958607d541d6d0223c29e1fc962d280aaa54aa -- DragonFly BSD source repository