Title: [6522] trunk/arch/blackfin/mach-common/ints-priority.c: Fix bug [#5170] build xenomai failed on 518f-ezbrd for trunk
Revision
6522
Author
gyang
Date
2009-06-01 05:21:38 -0500 (Mon, 01 Jun 2009)

Log Message

Fix bug [#5170] build xenomai failed on 518f-ezbrd for trunk

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/ints-priority.c (6521 => 6522)


--- trunk/arch/blackfin/mach-common/ints-priority.c	2009-06-01 07:58:36 UTC (rev 6521)
+++ trunk/arch/blackfin/mach-common/ints-priority.c	2009-06-01 10:21:38 UTC (rev 6522)
@@ -1237,7 +1237,8 @@
 
 	SSYNC();
 
-#if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561)
+#if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) \
+	|| defined(BF538_FAMILY) || defined(CONFIG_BF51x)
 	{
 		unsigned long sic_status[3];
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to