summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2010-07-14 18:43:27 +0000
committermav <mav@FreeBSD.org>2010-07-14 18:43:27 +0000
commitbd622e7c205668562f8ab17e4f4f77769497dbe7 (patch)
tree4ad6ba2f740fddcb13410c3ccb8bbe2511b784dd /sys/conf
parent68341244bc1b560d025ad21a61fb6c8e523ad692 (diff)
downloadFreeBSD-src-bd622e7c205668562f8ab17e4f4f77769497dbe7.zip
FreeBSD-src-bd622e7c205668562f8ab17e4f4f77769497dbe7.tar.gz
Rename timeevents.c to kern_clocksource.c.
Suggested by: jhb@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.amd642
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.pc982
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 02ba17f..b026845 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -229,8 +229,8 @@ dev/uart/uart_cpu_amd64.c optional uart
dev/wpi/if_wpi.c optional wpi
isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
+kern/kern_clocksource.c standard
kern/link_elf_obj.c standard
-kern/timeevents.c standard
#
# IA32 binary support
#
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 5c922d5..1b0391c 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -347,9 +347,9 @@ i386/svr4/svr4_machdep.c optional compat_svr4
#
isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
+kern/kern_clocksource.c standard
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
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index bf2f2b8..7f90e9f 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -213,9 +213,9 @@ i386/svr4/svr4_locore.s optional compat_svr4 \
warning "COMPAT_SVR4 is broken and should be avoided"
i386/svr4/svr4_machdep.c optional compat_svr4
#
+kern/kern_clocksource.c standard
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
OpenPOWER on IntegriCloud