Title: [5760] trunk/arch/blackfin/Kconfig: Must use cache policy WT when SMP enabled on BF561.
Revision
5760
Author
gyang
Date
2008-11-28 10:13:09 -0600 (Fri, 28 Nov 2008)

Log Message

Must use cache policy WT when SMP enabled on BF561.

Modified Paths


Diff

Modified: trunk/arch/blackfin/Kconfig (5759 => 5760)


--- trunk/arch/blackfin/Kconfig	2008-11-27 12:17:09 UTC (rev 5759)
+++ trunk/arch/blackfin/Kconfig	2008-11-28 16:13:09 UTC (rev 5760)
@@ -880,6 +880,7 @@
 	default BFIN_WT if SMP
 config BFIN_WB
 	bool "Write back"
+	depends on !SMP
 	help
 	  Write Back Policy:
 	    Cached data will be written back to SDRAM only when needed.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to