Title: [6152] trunk/arch/blackfin/mach-common/arch_checks.c: remove ANOMALY_05000448 ifdef check
Revision
6152
Author
vapier
Date
2009-03-03 20:44:43 -0600 (Tue, 03 Mar 2009)

Log Message

remove ANOMALY_05000448 ifdef check

Modified Paths


Diff

Modified: trunk/arch/blackfin/mach-common/arch_checks.c (6151 => 6152)


--- trunk/arch/blackfin/mach-common/arch_checks.c	2009-03-04 02:44:08 UTC (rev 6151)
+++ trunk/arch/blackfin/mach-common/arch_checks.c	2009-03-04 02:44:43 UTC (rev 6152)
@@ -68,8 +68,6 @@
 # error "The kernel load address is too high; keep it below 10meg for safety"
 #endif
 
-#ifdef ANOMALY_05000448
-# if ANOMALY_05000448
-#  error You are using a part with anomaly 05000448, this issue causes random memory read/write failures - that means random crashes.
-# endif
+#if ANOMALY_05000448
+# error You are using a part with anomaly 05000448, this issue causes random memory read/write failures - that means random crashes.
 #endif
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to