These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / xtensa / include / asm / cmpxchg.h
index 370b26f..201e900 100644 (file)
@@ -34,7 +34,7 @@ __cmpxchg_u32(volatile int *p, int old, int new)
        return new;
 #else
        __asm__ __volatile__(
-                       "       rsil    a15, "__stringify(LOCKLEVEL)"\n"
+                       "       rsil    a15, "__stringify(TOPLEVEL)"\n"
                        "       l32i    %0, %1, 0\n"
                        "       bne     %0, %2, 1f\n"
                        "       s32i    %3, %1, 0\n"
@@ -123,7 +123,7 @@ static inline unsigned long xchg_u32(volatile int * m, unsigned long val)
 #else
        unsigned long tmp;
        __asm__ __volatile__(
-                       "       rsil    a15, "__stringify(LOCKLEVEL)"\n"
+                       "       rsil    a15, "__stringify(TOPLEVEL)"\n"
                        "       l32i    %0, %1, 0\n"
                        "       s32i    %2, %1, 0\n"
                        "       wsr     a15, ps\n"