diff options
author | bz <bz@FreeBSD.org> | 2014-09-18 08:36:45 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2014-09-18 08:36:45 +0000 |
commit | 122003e2ffe2624f2f259f4070daaa14220a8fb3 (patch) | |
tree | 61eb5bb3f31f81fe5a1bfacf9258573e6ba1c63a /sys/modules/linux/Makefile | |
parent | 36c415243f3e9e9bad344160fca6ded9ac88a5b3 (diff) | |
download | FreeBSD-src-122003e2ffe2624f2f259f4070daaa14220a8fb3.zip FreeBSD-src-122003e2ffe2624f2f259f4070daaa14220a8fb3.tar.gz |
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
MFC after: 3 days
Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/modules/linux/Makefile')
-rw-r--r-- | sys/modules/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 25615a7..e02ac88 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -13,6 +13,7 @@ SRCS= linux_fork.c linux${SFX}_dummy.c linux_emul.c linux_file.c \ linux${SFX}_machdep.c linux_mib.c linux_misc.c linux_signal.c \ linux_socket.c linux_stats.c linux_sysctl.c linux${SFX}_sysent.c \ linux${SFX}_sysvec.c linux_uid16.c linux_util.c linux_time.c \ + linux_timer.c \ opt_inet6.h opt_compat.h opt_posix.h opt_usb.h vnode_if.h \ device_if.h bus_if.h assym.s |