From: Eric Wong Date: Thu, 31 Jul 2014 00:21:51 +0000 (+0000) Subject: x86: drop extra semi-colon in caa_cpu_relax X-Git-Tag: v0.8.5~5 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=a33fcd59fd2dcf8bf49ab6af5f0a2705e77d98ed;hp=a33fcd59fd2dcf8bf49ab6af5f0a2705e77d98ed;p=urcu.git x86: drop extra semi-colon in caa_cpu_relax This fixes compilation in braceless if/else constructs: if (expr) caa_cpu_relax(); else ... Signed-off-by: Eric Wong Signed-off-by: Mathieu Desnoyers ---