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

DragonFly-2.3.0.860.g78ea5 master sys/platform/pc32/apic apic_vector.s mpapic.c sys/platform/pc32/i386 genassym.c mp_machdep.c sys/platform/pc32/isa intr_machdep.h ipl.s sys/sys globaldata.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 May 2009 06:55:52 -0700 (PDT)

commit 78ea5a2aee47e8dd4ffd1d8964a921a79431f562
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Sat May 2 13:50:34 2009 +0800

    lapic timer: Add necessary bits for lapic timer interrupt delivery
    
    The implementation in ipl.s and apic_vector.s is based on our ipiq
    processing.

Summary of changes:
 sys/platform/pc32/apic/apic_vector.s |   28 ++++++++++++++++++++++++++++
 sys/platform/pc32/apic/mpapic.c      |   23 +++++++++++++++++++++--
 sys/platform/pc32/i386/genassym.c    |    1 +
 sys/platform/pc32/i386/mp_machdep.c  |    4 ++++
 sys/platform/pc32/isa/intr_machdep.h |    4 ++++
 sys/platform/pc32/isa/ipl.s          |   23 +++++++++++++++++++++++
 sys/sys/globaldata.h                 |    4 +++-
 7 files changed, 84 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/78ea5a2aee47e8dd4ffd1d8964a921a79431f562


-- 
DragonFly BSD source repository



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