summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2014-09-23 07:50:04 +0000
committerbz <bz@FreeBSD.org>2014-09-23 07:50:04 +0000
commitcbd13542a75955c4a6540a62f351cae6693f5495 (patch)
tree89964ddeb9656610ec43f402508d0ccf8e508b99 /sys/conf/files.amd64
parent1dbb0a190712aa6823848586eff5dee25488ec87 (diff)
downloadFreeBSD-src-cbd13542a75955c4a6540a62f351cae6693f5495.zip
FreeBSD-src-cbd13542a75955c4a6540a62f351cae6693f5495.tar.gz
MFC r271743:
Implement most of timer_{create,settime,gettime,getoverrun,delete} for amd64/linux32. Fix the entirely bogus (untested) version from r161310 for i386/linux using the same shared code in compat/linux. It is unclear to me if we could support more clock mappings but the current set allows me to successfully run commercial 32bit linux software under linuxolator on amd64. Reviewed by: jhb Differential Revision: D784 Sponsored by: DARPA, AFRL Approved by: re (gjb)
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index e569b91..28f9619 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -491,6 +491,7 @@ compat/linux/linux_socket.c optional compat_linux32
compat/linux/linux_stats.c optional compat_linux32
compat/linux/linux_sysctl.c optional compat_linux32
compat/linux/linux_time.c optional compat_linux32
+compat/linux/linux_timer.c optional compat_linux32
compat/linux/linux_uid16.c optional compat_linux32
compat/linux/linux_util.c optional compat_linux32
dev/amr/amr_linux.c optional compat_linux32 amr
OpenPOWER on IntegriCloud