Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 23:34:07 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134502 for review
Message-ID:  <200801302334.m0UNY7OD021843@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134502

Change 134502 by jb@jb_freebsd1 on 2008/01/30 23:33:14

	Remove the -DSMP. It hasn't been needed in a while.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/cyclic/Makefile#10 edit
.. //depot/projects/dtrace7/src/sys/modules/cyclic/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/cyclic/Makefile#10 (text+ko) ====

@@ -12,7 +12,7 @@
 		-I${.CURDIR}/../..					\
 		-I${.CURDIR}/../../cddl/cyclic/${MACHINE_ARCH}
 
-CFLAGS+=	-DSMP -DDEBUG=1
+CFLAGS+=	-DDEBUG=1
 
 IGNORE_PRAGMA=	1
 

==== //depot/projects/dtrace7/src/sys/modules/cyclic/Makefile#2 (text+ko) ====

@@ -12,7 +12,7 @@
 		-I${.CURDIR}/../..					\
 		-I${.CURDIR}/../../cddl/cyclic/${MACHINE_ARCH}
 
-CFLAGS+=	-DSMP -DDEBUG=1
+CFLAGS+=	-DDEBUG=1
 
 IGNORE_PRAGMA=	1
 



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