From owner-p4-projects@FreeBSD.ORG Sun May 20 09:45:19 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1941816A469; Sun, 20 May 2007 09:45:19 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFDDD16A41F for ; Sun, 20 May 2007 09:45:18 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D1F1313C45A for ; Sun, 20 May 2007 09:45:18 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4K9jIvd079282 for ; Sun, 20 May 2007 09:45:18 GMT (envelope-from rdivacky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4K9jIVP079271 for perforce@freebsd.org; Sun, 20 May 2007 09:45:18 GMT (envelope-from rdivacky@FreeBSD.org) Date: Sun, 20 May 2007 09:45:18 GMT Message-Id: <200705200945.l4K9jIVP079271@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rdivacky@FreeBSD.org using -f From: Roman Divacky To: Perforce Change Reviews Cc: Subject: PERFORCE change 120101 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 09:45:19 -0000 http://perforce.freebsd.org/chv.cgi?CH=120101 Change 120101 by rdivacky@rdivacky_witten on 2007/05/20 09:44:33 Add linux_support.s to pc98 files. Affected files ... .. //depot/projects/soc2007/rdivacky/linux_futex/sys/conf/files.pc98#2 edit Differences ... ==== //depot/projects/soc2007/rdivacky/linux_futex/sys/conf/files.pc98#2 (text+ko) ==== @@ -221,6 +221,7 @@ dependency "linux_assym.h" i386/linux/linux_machdep.c optional compat_linux i386/linux/linux_ptrace.c optional compat_linux +i386/linux/linux_support.s optional compat_linux i386/linux/linux_sysent.c optional compat_linux i386/linux/linux_sysvec.c optional compat_linux i386/pci/pci_bus.c optional pci