Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 22:07:03 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 223026 for review
Message-ID:  <201303182207.r2IM73ah045767@skunkworks.freebsd.org>

index | next in thread | raw e-mail

http://p4web.freebsd.org/@@223026?ac=10

Change 223026 by rwatson@rwatson_cinnamon on 2013/03/18 22:06:24

	Hook up tesla_notification.c to kernel build; remove duplicated
	stub function now that it has been merged upstream (in a different
	spot).

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/conf/files#5 edit
.. //depot/projects/ctsrd/tesla/src/sys/libtesla/tesla.h#5 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/conf/files#5 (text+ko) ====

@@ -2875,6 +2875,7 @@
 libtesla/state-perthread.c	optional tesla
 libtesla/store.c		optional tesla
 libtesla/tesla_dtrace.c		optional tesla kdtrace_hooks
+libtesla/tesla_notification.c	optional tesla
 libtesla/update.c		optional tesla
 libtesla/util.c			optional tesla
 net/bpf.c			standard

==== //depot/projects/ctsrd/tesla/src/sys/libtesla/tesla.h#5 (text+ko) ====

@@ -152,12 +152,6 @@
 #define	__tesla_optional(...)	0
 #define	__tesla_any(...)	0
 
-inline void
-__tesla_inline_assertion(const char *filename, int line, int count,
-    __tesla_locality *loc, ...)
-{
-}
-
 #endif	/* __TESLA_ANALYSER__ */
 
 #endif	/* TESLA_H */


help

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