Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2014 23:32:06 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r273804 - user/dchagin/lemul/sys/modules/linux64
Message-ID:  <201410282332.s9SNW65k045982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Oct 28 23:32:05 2014
New Revision: 273804
URL: https://svnweb.freebsd.org/changeset/base/273804

Log:
  Add linux_timer.c from HEAD r271743

Modified:
  user/dchagin/lemul/sys/modules/linux64/Makefile

Modified: user/dchagin/lemul/sys/modules/linux64/Makefile
==============================================================================
--- user/dchagin/lemul/sys/modules/linux64/Makefile	Tue Oct 28 23:01:09 2014	(r273803)
+++ user/dchagin/lemul/sys/modules/linux64/Makefile	Tue Oct 28 23:32:05 2014	(r273804)
@@ -7,7 +7,7 @@ SRCS=	linux_fork.c linux_dummy.c linux_f
 	linux_futex.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
 	linux_machdep.c linux_misc.c linux_signal.c \
 	linux_socket.c linux_stats.c linux_sysctl.c linux_sysent.c \
-	linux_sysvec.c linux_time.c linux_vdso.c\
+	linux_sysvec.c linux_time.c linux_timer.c linux_vdso.c \
 	opt_inet6.h opt_compat.h opt_posix.h opt_usb.h \
 	vnode_if.h device_if.h bus_if.h assym.s linux_event.c
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410282332.s9SNW65k045982>