summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files.amd642
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.pc982
-rw-r--r--sys/kern/kern_clocksource.c (renamed from sys/kern/timeevents.c)0
4 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
diff --git a/sys/kern/timeevents.c b/sys/kern/kern_clocksource.c
index 697275a..697275a 100644
--- a/sys/kern/timeevents.c
+++ b/sys/kern/kern_clocksource.c
OpenPOWER on IntegriCloud