Title: [6766] trunk/arch/blackfin/kernel/setup.c: use "uncacheable" everywhere rather than mixing "non-" and "un"
Revision
6766
Author
vapier
Date
2009-06-17 07:36:56 -0500 (Wed, 17 Jun 2009)

Log Message

use "uncacheable" everywhere rather than mixing "non-" and "un"

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/setup.c (6765 => 6766)


--- trunk/arch/blackfin/kernel/setup.c	2009-06-17 12:24:45 UTC (rev 6765)
+++ trunk/arch/blackfin/kernel/setup.c	2009-06-17 12:36:56 UTC (rev 6766)
@@ -1199,7 +1199,7 @@
 #if defined(CONFIG_BFIN_EXTMEM_ICACHEABLE)
 		   "cacheable"
 #else
-		   "non-cacheable"
+		   "uncacheable"
 #endif
 		   " in instruction cache\n");
 	seq_printf(m, "external memory\t: "
@@ -1208,7 +1208,7 @@
 #elif defined(CONFIG_BFIN_EXTMEM_WRITETHROUGH)
 		      "cacheable (write-through)"
 #else
-		      "non-cacheable"
+		      "uncacheable"
 #endif
 		      " in data cache\n");
 
@@ -1289,7 +1289,7 @@
 #if defined(CONFIG_BFIN_L2_ICACHEABLE)
 			      "cacheable"
 #else
-			      "non-cacheable"
+			      "uncacheable"
 #endif
 			      " in instruction cache\n");
 		seq_printf(m, "L2 SRAM\t\t: "
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to