summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
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.pc98
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.pc98')
-rw-r--r--sys/conf/files.pc982
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 879c4a3..bf2f2b8 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -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
OpenPOWER on IntegriCloud