Title: [6523] branches/2009R1/arch/blackfin/mach-common/ints-priority.c: Fix bug [#5170] build xenomai failed on 518f-ezbrd for branch 09R1
Revision
6523
Author
gyang
Date
2009-06-01 05:22:04 -0500 (Mon, 01 Jun 2009)

Log Message

Fix bug [#5170] build xenomai failed on 518f-ezbrd for branch 09R1

Modified Paths

Diff

Modified: branches/2009R1/arch/blackfin/mach-common/ints-priority.c (6522 => 6523)


--- branches/2009R1/arch/blackfin/mach-common/ints-priority.c	2009-06-01 10:21:38 UTC (rev 6522)
+++ branches/2009R1/arch/blackfin/mach-common/ints-priority.c	2009-06-01 10:22:04 UTC (rev 6523)
@@ -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