Commit 8420e7efa1cf155765c6d77c91d3e3547c7aa557

Authored by Alexey Dobriyan
Committed by Linus Torvalds
1 parent 8a64f336bc

Make DEBUG_BUGVERBOSE default to y

It's easy to lose useful DEBUG_BUGVERBOSE by switching EMBEDDED left and right.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -575,7 +575,7 @@
575 575 depends on BUG
576 576 depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \
577 577 FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300
578   - default !EMBEDDED
  578 + default y
579 579 help
580 580 Say Y here to make BUG() panics output the file name and line number
581 581 of the BUG call as well as the EIP and oops trace. This aids