Title: [5852] trunk/arch/blackfin/include/asm/irq.h: [#4706] - restore the change of r5840.
Revision
5852
Author
adamliyi
Date
2008-12-10 20:38:43 -0600 (Wed, 10 Dec 2008)

Log Message

[#4706] - restore the change of r5840.

Modified Paths

Diff

Modified: trunk/arch/blackfin/include/asm/irq.h (5851 => 5852)


--- trunk/arch/blackfin/include/asm/irq.h	2008-12-10 16:11:42 UTC (rev 5851)
+++ trunk/arch/blackfin/include/asm/irq.h	2008-12-11 02:38:43 UTC (rev 5852)
@@ -72,7 +72,7 @@
 	)
 
 #ifdef CONFIG_DEBUG_HWERR
-#define __save_and_cli(x) \
+# define __save_and_cli(x) \
 	__asm__ __volatile__( \
 		"cli %0;" \
 		"sti %1;" \
@@ -80,7 +80,7 @@
 		: "d" (0x3F) \
 	)
 #else
-#define __save_and_cli(x) \
+# define __save_and_cli(x) \
 	__asm__ __volatile__( \
 		"cli %0;" \
 		: "=&d" (x) \
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to