From: Andi Kleen Date: Thu, 7 Dec 2006 01:14:00 +0000 (+0100) Subject: [PATCH] x86: Compress stack unwinder output X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd315df1767cf56bd4fb8d730fdff4a3d7e15d84;p=pandora-kernel.git [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 Signed-off-by: Andi Kleen --- Reading git-diff-tree failed