lockref: stop doing cpu_relax in the cmpxchg loop
[linux-2.6-microblaze.git] / lib / lockref.c
index 45e93ec..2afe4c5 100644 (file)
@@ -23,7 +23,6 @@
                }                                                               \
                if (!--retry)                                                   \
                        break;                                                  \
-               cpu_relax();                                                    \
        }                                                                       \
 } while (0)