commit | dd315df1767cf56bd4fb8d730fdff4a3d7e15d84 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Dec 07 02:14:00 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:00 2006 +0100 |
tree | 42f27161cce0de38bb18ec534a4a8fafac776189 | |
parent | b615ebdac97c648a2ae7d23c5a0bbb3972adf928 [diff] |
[PATCH] x86: Compress stack unwinder output The unwinder has some extra newlines, which eat up loads of screen space when it spews. (See https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=137900 for a nasty example). warning_symbol-> and warning-> already printk a newline, so don't add one in the strings passed to them. [AK: redone for new code] Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andi Kleen <ak@suse.de>