git: IO APIC: Get rid of apic_imen
Michael Neumann
mneumann at crater.dragonflybsd.org
Sun Nov 7 13:46:29 PST 2010
commit 906448d880ec79f287ec7b4d4161d0bacdfa357d
Author: Michael Neumann <mneumann at ntecs.de>
Date: Thu Oct 14 01:26:21 2010 +0200
IO APIC: Get rid of apic_imen
Similar to commit ea689d1c5f57b6c79947344f715a9d920756eb8a but
for x86_64.
Add AIMI_FLAG_MASKED to apic_intmapinfo, which indicates the
IRQ is currently masked. Use it instead of apic_imen.
Summary of changes:
sys/platform/pc64/apic/apic_ipl.s | 28 ++++++----------------------
sys/platform/pc64/apic/apic_vector.s | 10 ++++++----
sys/platform/pc64/apic/mpapic.c | 12 ++++++------
sys/platform/pc64/include/smp.h | 5 +++--
sys/platform/pc64/x86_64/genassym.c | 1 +
sys/platform/pc64/x86_64/mp_machdep.c | 3 +++
6 files changed, 25 insertions(+), 34 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/906448d880ec79f287ec7b4d4161d0bacdfa357d
--
DragonFly BSD source repository
More information about the Commits
mailing list