DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: IO APIC: Get rid of apic_imen


From: Michael Neumann <mneumann@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 7 Nov 2010 13:45:33 -0800 (PST)

commit 906448d880ec79f287ec7b4d4161d0bacdfa357d
Author: Michael Neumann <mneumann@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]