PERFORCE change 223026 for review

Robert Watson rwatson at FreeBSD.org
Mon Mar 18 22:07:04 UTC 2013


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

Change 223026 by rwatson at 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 */


More information about the p4-projects mailing list