summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2010-07-14 13:31:27 +0000
committermav <mav@FreeBSD.org>2010-07-14 13:31:27 +0000
commitb8b00841c93af095bbb283ea2d9a8662a7c55687 (patch)
tree1e8ec2fbb18fd313878fd2b976983c1a5124d4e3 /sys/conf/files.amd64
parent189daad0ad43b75dc71517a777d02c5e3e86a3f8 (diff)
downloadFreeBSD-src-b8b00841c93af095bbb283ea2d9a8662a7c55687.zip
FreeBSD-src-b8b00841c93af095bbb283ea2d9a8662a7c55687.tar.gz
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.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 3f7e284..02ba17f 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -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
+
OpenPOWER on IntegriCloud