Title: [6933] branches/2009R1/arch/blackfin/Kconfig.debug: workaround bug [#5225] - disable CONFIG_DEBUG_HWERR when using IPIPE.
Revision
6933
Author
adamliyi
Date
2009-07-06 23:40:32 -0500 (Mon, 06 Jul 2009)

Log Message

workaround bug [#5225] - disable CONFIG_DEBUG_HWERR when using IPIPE.

Modified Paths

Diff

Modified: branches/2009R1/arch/blackfin/Kconfig.debug (6932 => 6933)


--- branches/2009R1/arch/blackfin/Kconfig.debug	2009-07-07 02:49:28 UTC (rev 6932)
+++ branches/2009R1/arch/blackfin/Kconfig.debug	2009-07-07 04:40:32 UTC (rev 6933)
@@ -46,7 +46,7 @@
 
 config DEBUG_HWERR
 	bool "Hardware error interrupt debugging"
-	depends on DEBUG_KERNEL
+	depends on (DEBUG_KERNEL && !IPIPE)
 	help
 	  When enabled, the hardware error interrupt is never disabled, and
 	  will happen immediately when an error condition occurs.  This comes
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to