]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-common/lock.S
Blackfin arch: Fix bug - This change eliminates impact on application debugging
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-common / lock.S
index 28b87fe9ce3c6f610ef610f134a4c29858629234..30b887e67dd6776def5ef53238ebe3fead7a6bbd 100644 (file)
@@ -174,7 +174,7 @@ ENTRY(_cache_lock)
        CLI R3;
 
        R7 = [P1];
-       R2 = 0xFFFFFF87 (X);
+       R2 = ~(0x78) (X);       /* mask out ILOC */
        R7 = R7 & R2;
        R0 = R0 << 3;
        R7 = R0 | R7;