Title: [5906] trunk/arch/blackfin/Kconfig.debug: change the hwtrace description to be less confusing and default it to on (since there shouldnt be any crashes in the miss handler code itself)
Revision
5906
Author
vapier
Date
2008-12-19 15:31:29 -0600 (Fri, 19 Dec 2008)

Log Message

change the hwtrace description to be less confusing and default it to on (since there shouldnt be any crashes in the miss handler code itself)

Modified Paths

Diff

Modified: trunk/arch/blackfin/Kconfig.debug (5905 => 5906)


--- trunk/arch/blackfin/Kconfig.debug	2008-12-19 18:35:13 UTC (rev 5905)
+++ trunk/arch/blackfin/Kconfig.debug	2008-12-19 21:31:29 UTC (rev 5906)
@@ -198,11 +198,11 @@
 	  4 for (2^4) 16k, or 4096 entries
 
 config DEBUG_BFIN_NO_KERN_HWTRACE
-	bool "Trace user apps (turn off hwtrace in kernel)"
+	bool "Turn off hwtrace in CPLB handlers"
 	depends on DEBUG_BFIN_HWTRACE_ON
-	default n
+	default y
 	help
-	  Some pieces of the kernel contain a lot of flow changes which can
+	  The CPLB error handler contains a lot of flow changes which can
 	  quickly fill up the hardware trace buffer.  When debugging crashes,
 	  the hardware trace may indicate that the problem lies in kernel
 	  space when in reality an application is buggy.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to