Title: [6442] trunk/arch/blackfin/include/asm/cplb.h: Remove cplb lock bit for instruction L2 memory.
Revision
6442
Author
gyang
Date
2009-05-21 01:40:11 -0500 (Thu, 21 May 2009)

Log Message

Remove cplb lock bit for instruction L2 memory.

Modified Paths


Diff

Modified: trunk/arch/blackfin/include/asm/cplb.h (6441 => 6442)


--- trunk/arch/blackfin/include/asm/cplb.h	2009-05-21 06:39:46 UTC (rev 6441)
+++ trunk/arch/blackfin/include/asm/cplb.h	2009-05-21 06:40:11 UTC (rev 6442)
@@ -61,7 +61,7 @@
 
 #ifdef CONFIG_SMP
 #define L2_ATTR          (INITIAL_T | I_CPLB | D_CPLB)
-#define L2_IMEMORY       (CPLB_LOCK | CPLB_COMMON)
+#define L2_IMEMORY       (CPLB_COMMON)
 #define L2_DMEMORY       (CPLB_LOCK | CPLB_COMMON)
 
 #else
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to