From: Mathieu Desnoyers Date: Sat, 3 Apr 2010 14:09:58 +0000 (-0400) Subject: update compat X-Git-Tag: v0.12.31~3 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=9d612c74253b5032ecd8cb3abc3e0fa0725622a7 update compat Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 16d0f399..81c622fa 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3896,6 +3896,8 @@ LTTng 0.206 marks Immediate Values as BROKEN for PowerPC. Will be replaced by asm goto from mainline eventually anyway, so don't bother looking for the cause of the bug.
LTTng 0.207 fixes trivial error from 0.206.
+LTTng 0.208 uses msleep() rather than cpu_relax() for better !PREEMPT UP support +for the kref teardown.