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:28 +0000 (15:58 -0400)
commita09d9e1e4714e75eb6b9870036bd1932da82f7c6
tree3a5c85e6e4a2b99b0f151a94c2dc946fbdedcb24
parente6564e91d80f5a5b86941d1f21014abbfba1a7d6
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.024627 seconds and 4 git commands to generate.