x86: drop extra semi-colon in caa_cpu_relax
authorEric Wong <normalperson@yhbt.net>
Thu, 31 Jul 2014 00:21:51 +0000 (00:21 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 31 Jul 2014 19:58:20 +0000 (15:58 -0400)
commita33fcd59fd2dcf8bf49ab6af5f0a2705e77d98ed
tree09d1d9e7fbf2181e7489ebe3c80a5061799aa53e
parent60e5f96dc8e2ca1dc07c0ab92385fa5c3bad77d0
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 <normalperson@yhbt.net>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/arch/x86.h
This page took 0.024864 seconds and 4 git commands to generate.