From: Mathieu Desnoyers Date: Thu, 18 Feb 2010 13:54:23 +0000 (-0500) Subject: update compat X-Git-Tag: v0.12.31~29 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=97503f905662c8fe43a8c3018203484f5a02d2ad;p=lttv.git update compat Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 86222fd4..f17d1eca 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3809,6 +3809,7 @@ powerpc64, s390, sparc, sparc64.
0.191
0.192
0.193
+0.194
0.76
@@ -3842,6 +3843,8 @@ liveness of the "nop" table to init time in this configuration.
LTTng 0.193 modifies timers to support RT kernels again, and modifies omap3 trace clock spinlock taken with irqs off, turning it into a raw spinlock (needed for RT kernel).
+LTTng 0.194 uses mod_timer_pinned with add_timer_on to support NO_HZ SMP +configs. Fixes incorrect API use introduced in 0.193.