Title: [6544] trunk/arch/blackfin/mach-common/ints-priority.c: Fix a compile error
- Revision
- 6544
- Author
- gyang
- Date
- 2009-06-03 03:41:55 -0500 (Wed, 03 Jun 2009)
Log Message
Fix a compile error
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-common/ints-priority.c (6543 => 6544)
--- trunk/arch/blackfin/mach-common/ints-priority.c 2009-06-03 01:17:14 UTC (rev 6543)
+++ trunk/arch/blackfin/mach-common/ints-priority.c 2009-06-03 08:41:55 UTC (rev 6544)
@@ -1152,7 +1152,7 @@
} else {
struct ivgx *ivg = ivg7_13[vec - IVG7].ifirst;
struct ivgx *ivg_stop = ivg7_13[vec - IVG7].istop;
-#ifdef SIC_ISR0
+#if defined(SIC_ISR0) || defined(SICA_ISR0)
unsigned long sic_status[3];
if (smp_processor_id()) {
@@ -1236,8 +1236,7 @@
SSYNC();
-#ifdef SIC_ISR0
- || defined(BF538_FAMILY) || defined(CONFIG_BF51x)
+#if defined(SIC_ISR0) || defined(SICA_ISR0)
{
unsigned long sic_status[3];
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits