From owner-p4-projects Thu Mar 6 13:45:33 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5EDA137B409; Thu, 6 Mar 2003 13:45:31 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E561237B408 for ; Thu, 6 Mar 2003 13:45:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90CB243FB1 for ; Thu, 6 Mar 2003 13:45:30 -0800 (PST) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h26LjU0U060977 for ; Thu, 6 Mar 2003 13:45:30 -0800 (PST) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h26LjUiU060974 for perforce@freebsd.org; Thu, 6 Mar 2003 13:45:30 -0800 (PST) Date: Thu, 6 Mar 2003 13:45:30 -0800 (PST) Message-Id: <200303062145.h26LjUiU060974@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 26445 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=26445 Change 26445 by jhb@jhb_laptop on 2003/03/06 13:44:50 Remove some cruft I don't think I need. Affected files ... .. //depot/projects/smpng/sys/alpha/linux/linux_sysvec.c#10 edit .. //depot/projects/smpng/sys/compat/linux/linux_misc.c#33 edit .. //depot/projects/smpng/sys/i386/linux/imgact_linux.c#11 edit .. //depot/projects/smpng/sys/i386/linux/linux_sysvec.c#27 edit Differences ... ==== //depot/projects/smpng/sys/alpha/linux/linux_sysvec.c#10 (text+ko) ==== @@ -276,6 +276,5 @@ DUMMY(rt_sigreturn); -MODULE_DEPEND(linuxelf, osf1, 1, 1, 1); -MODULE_DEPEND(linuxelf, linux, 1, 1, 1); +MODULE_DEPEND(linux, osf1, 1, 1, 1); DECLARE_MODULE(linuxelf, linux_elf_mod, SI_SUB_EXEC, SI_ORDER_ANY); ==== //depot/projects/smpng/sys/compat/linux/linux_misc.c#33 (text+ko) ==== @@ -1318,11 +1318,3 @@ MODULE_DEPEND(linux, sysvmsg, 1, 1, 1); MODULE_DEPEND(linux, sysvsem, 1, 1, 1); MODULE_DEPEND(linux, sysvshm, 1, 1, 1); - -static moduledata_t linux_mod = { - "linux", - NULL, - 0 -}; - -DECLARE_MODULE(linux, linux_mod, SI_SUB_EXEC, SI_ORDER_ANY); ==== //depot/projects/smpng/sys/i386/linux/imgact_linux.c#11 (text+ko) ==== @@ -241,5 +241,4 @@ * Tell kern_execve.c about it, with a little help from the linker. */ static struct execsw linux_execsw = { exec_linux_imgact, "linux a.out" }; -MODULE_DEPEND(linuxaout, linux, 1, 1, 1); EXEC_SET(linuxaout, linux_execsw); ==== //depot/projects/smpng/sys/i386/linux/linux_sysvec.c#27 (text+ko) ==== @@ -933,5 +933,4 @@ 0 }; -MODULE_DEPEND(linuxelf, linux, 1, 1, 1); DECLARE_MODULE(linuxelf, linux_elf_mod, SI_SUB_EXEC, SI_ORDER_ANY); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message