From owner-svn-src-user@FreeBSD.ORG Fri May 10 14:39:23 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1156B88A; Fri, 10 May 2013 14:39:23 +0000 (UTC) (envelope-from dchagin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 04641E27; Fri, 10 May 2013 14:39:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4AEdMCI012101; Fri, 10 May 2013 14:39:22 GMT (envelope-from dchagin@svn.freebsd.org) Received: (from dchagin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4AEdMdX012099; Fri, 10 May 2013 14:39:22 GMT (envelope-from dchagin@svn.freebsd.org) Message-Id: <201305101439.r4AEdMdX012099@svn.freebsd.org> From: Dmitry Chagin Date: Fri, 10 May 2013 14:39:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r250456 - in user/dchagin/lemul/sys: amd64/linux modules X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 14:39:23 -0000 Author: dchagin Date: Fri May 10 14:39:22 2013 New Revision: 250456 URL: http://svnweb.freebsd.org/changeset/base/250456 Log: Connect linux64 module to the build. Modified: user/dchagin/lemul/sys/amd64/linux/linux_dummy.c user/dchagin/lemul/sys/modules/Makefile Modified: user/dchagin/lemul/sys/amd64/linux/linux_dummy.c ============================================================================== --- user/dchagin/lemul/sys/amd64/linux/linux_dummy.c Fri May 10 14:28:44 2013 (r250455) +++ user/dchagin/lemul/sys/amd64/linux/linux_dummy.c Fri May 10 14:39:22 2013 (r250456) @@ -41,6 +41,9 @@ __FBSDID("$FreeBSD$"); #include #include +/* DTrace init */ +LIN_SDT_PROVIDER_DECLARE(LINUX_DTRACE); + DUMMY(mincore); DUMMY(sendfile); DUMMY(ptrace); Modified: user/dchagin/lemul/sys/modules/Makefile ============================================================================== --- user/dchagin/lemul/sys/modules/Makefile Fri May 10 14:28:44 2013 (r250455) +++ user/dchagin/lemul/sys/modules/Makefile Fri May 10 14:39:22 2013 (r250456) @@ -184,6 +184,7 @@ SUBDIR= \ ${_linprocfs} \ ${_linsysfs} \ ${_linux} \ + ${_linux64} \ lmc \ lpt \ mac_biba \ @@ -685,6 +686,7 @@ _lindev= lindev _linprocfs= linprocfs _linsysfs= linsysfs _linux= linux +_linux64= linux64 _mly= mly .if ${MK_OFED} != "no" || defined(ALL_MODULES) _mlx4= mlx4