diff options
author | Alexander Motin <mav@FreeBSD.org> | 2010-07-14 18:43:27 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2010-07-14 18:43:27 +0000 |
commit | 43fe7d458a2b5adc2ffdd426624e58b16a8769cf (patch) | |
tree | 4ad6ba2f740fddcb13410c3ccb8bbe2511b784dd /sys | |
parent | d4523bd9cbe7e6d96bab85aee1541c97579f3a71 (diff) | |
download | src-test-43fe7d458a2b5adc2ffdd426624e58b16a8769cf.tar.gz src-test-43fe7d458a2b5adc2ffdd426624e58b16a8769cf.zip |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files.amd64 | 2 | ||||
-rw-r--r-- | sys/conf/files.i386 | 2 | ||||
-rw-r--r-- | sys/conf/files.pc98 | 2 | ||||
-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 02ba17fa7f5d3..b026845b21a26 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 5c922d5cbd5a8..1b0391ca5eba2 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 bf2f2b84941a2..7f90e9f7c0a5c 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 697275a83555f..697275a83555f 100644 --- a/sys/kern/timeevents.c +++ b/sys/kern/kern_clocksource.c |