Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 13:45:30 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26445 for review
Message-ID:  <200303062145.h26LjUiU060974@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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