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:57:37 +0000 (15:57 -0400)
commit2c81778bd92008e5c79173788738f1800cd42e8b
tree62b7652cb9c9acfc25909e667d827d40b38a7dd7
parentd863e15371666dff14e7f3191de5ff91d9b24d7f
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.024566 seconds and 4 git commands to generate.