Move timeevents.c to MI code, as it is not x86-specific. I already have
it working on Marvell ARM SoCs, and it would be nice to unify timer code between more platforms.
This commit is contained in:
parent
189daad0ad
commit
b8b00841c9
@ -230,6 +230,7 @@ dev/wpi/if_wpi.c optional wpi
|
||||
isa/syscons_isa.c optional sc
|
||||
isa/vga_isa.c optional vga
|
||||
kern/link_elf_obj.c standard
|
||||
kern/timeevents.c standard
|
||||
#
|
||||
# IA32 binary support
|
||||
#
|
||||
@ -315,4 +316,4 @@ x86/x86/io_apic.c standard
|
||||
x86/x86/local_apic.c standard
|
||||
x86/x86/mca.c standard
|
||||
x86/x86/msi.c optional pci
|
||||
x86/x86/timeevents.c standard
|
||||
|
||||
|
@ -349,6 +349,7 @@ isa/syscons_isa.c optional sc
|
||||
isa/vga_isa.c optional vga
|
||||
kern/imgact_aout.c optional compat_aout
|
||||
kern/imgact_gzip.c optional gzip
|
||||
kern/timeevents.c standard
|
||||
libkern/divdi3.c standard
|
||||
libkern/ffsl.c standard
|
||||
libkern/flsl.c standard
|
||||
@ -390,4 +391,3 @@ x86/x86/io_apic.c optional apic
|
||||
x86/x86/local_apic.c optional apic
|
||||
x86/x86/mca.c standard
|
||||
x86/x86/msi.c optional apic pci
|
||||
x86/x86/timeevents.c standard
|
||||
|
@ -215,6 +215,7 @@ i386/svr4/svr4_machdep.c optional compat_svr4
|
||||
#
|
||||
kern/imgact_aout.c optional compat_aout
|
||||
kern/imgact_gzip.c optional gzip
|
||||
kern/timeevents.c standard
|
||||
libkern/divdi3.c standard
|
||||
libkern/ffsl.c standard
|
||||
libkern/flsl.c standard
|
||||
@ -258,4 +259,3 @@ x86/x86/io_apic.c optional apic
|
||||
x86/x86/local_apic.c optional apic
|
||||
x86/x86/mca.c standard
|
||||
x86/x86/msi.c optional apic pci
|
||||
x86/x86/timeevents.c standard
|
||||
|
Loading…
Reference in New Issue
Block a user