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

git: x86_64: Split mpapic.c into lapic.c and ioapic.c


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 May 2011 05:03:15 -0700 (PDT)

commit 3e8e985f67fe86379387b32b7d08095c7a81b505
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date:   Wed May 4 16:19:17 2011 +0800

    x86_64: Split mpapic.c into lapic.c and ioapic.c

Summary of changes:
 sys/platform/pc64/apic/ioapic.c |  567 +++++++++++++++++
 sys/platform/pc64/apic/lapic.c  |  742 +++++++++++++++++++++++
 sys/platform/pc64/apic/mpapic.c | 1267 ---------------------------------------
 sys/platform/pc64/apic/mpapic.h |    1 +
 sys/platform/pc64/conf/files    |    3 +-
 5 files changed, 1312 insertions(+), 1268 deletions(-)
 create mode 100644 sys/platform/pc64/apic/ioapic.c
 create mode 100644 sys/platform/pc64/apic/lapic.c
 delete mode 100644 sys/platform/pc64/apic/mpapic.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3e8e985f67fe86379387b32b7d08095c7a81b505


-- 
DragonFly BSD source repository



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