Title: [5907] trunk/arch/blackfin/mach-bf527/include/mach/anomaly.h: add () to avoid warnings from gcc
- Revision
- 5907
- Author
- vapier
- Date
- 2008-12-19 15:32:11 -0600 (Fri, 19 Dec 2008)
Log Message
add () to avoid warnings from gcc
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-bf527/include/mach/anomaly.h (5906 => 5907)
--- trunk/arch/blackfin/mach-bf527/include/mach/anomaly.h 2008-12-19 21:31:29 UTC (rev 5906)
+++ trunk/arch/blackfin/mach-bf527/include/mach/anomaly.h 2008-12-19 21:32:11 UTC (rev 5907)
@@ -152,7 +152,7 @@
/* bfrom_SysControl() Does Not Clear SIC_IWR1 Before Executing PLL Programming Sequence */
#define ANOMALY_05000432 (ANOMALY_BF526)
/* Certain SIC Registers are not Reset After Soft or Core Double Fault Reset */
-#define ANOMALY_05000435 (ANOMALY_BF526 && __SILICON_REVISION__ < 1 || ANOMALY_BF527)
+#define ANOMALY_05000435 ((ANOMALY_BF526 && __SILICON_REVISION__ < 1) || ANOMALY_BF527)
/* IFLUSH Instruction at End of Hardware Loop Causes Infinite Stall */
#define ANOMALY_05000443 (1)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits