pc64: Split out isa_intr.h and move isa/intr_machdep.h to include/
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 1 Feb 2011 13:49:34 +0000 (21:49 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 1 Feb 2011 13:49:34 +0000 (21:49 +0800)
commit57a9c56b703a14eaef682eb0870a49f338b444e0
tree19fdcd22cfbf8f1d8cd0ed8b88caa9061f9dec2e
parente24dd6e0f6064a28f489461da8bef411fe8f5f85
pc64: Split out isa_intr.h and move isa/intr_machdep.h to include/
16 files changed:
sys/platform/pc64/apic/apic_abi.c
sys/platform/pc64/apic/apic_vector.s
sys/platform/pc64/apic/mpapic.c
sys/platform/pc64/conf/files
sys/platform/pc64/icu/icu.c
sys/platform/pc64/icu/icu_abi.c
sys/platform/pc64/include/intr_machdep.h [moved from sys/platform/pc64/isa/intr_machdep.h with 96% similarity]
sys/platform/pc64/isa/clock.c
sys/platform/pc64/isa/isa_intr.c [moved from sys/platform/pc64/isa/intr_machdep.c with 98% similarity]
sys/platform/pc64/isa/isa_intr.h [new file with mode: 0644]
sys/platform/pc64/x86_64/identcpu.c
sys/platform/pc64/x86_64/machdep.c
sys/platform/pc64/x86_64/mp_machdep.c
sys/platform/pc64/x86_64/nexus.c
sys/platform/pc64/x86_64/support.s
sys/platform/pc64/x86_64/trap.c