Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2008 00:07:12 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134810 for review
Message-ID:  <200802050007.m1507CiE056315@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=134810

Change 134810 by jb@jb_freebsd1 on 2008/02/05 00:06:19

	Putting fasttrap in here was a bit premature.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/dtraceall/dtraceall.c#5 (text+ko) ====

@@ -64,9 +64,6 @@
 MODULE_DEPEND(dtraceall, cyclic, 1, 1, 1);
 MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
 MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
-#if defined(__amd64__)
-MODULE_DEPEND(dtraceall, fasttrap, 1, 1, 1);
-#endif
 #if defined(__amd64__) || defined(__i386__)
 MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
 #endif


home | help

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