commit | 1b2f6304500930ab534a6aa3198bce0c51586206 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Wed Jan 11 22:46:45 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 19:05:03 2006 -0800 |
tree | 208a8544004b6b60ab75fb7037a72b1fb4a21793 | |
parent | 5329e13d0bd82e13814050eb9facb25eedde4bbc [diff] |
[PATCH] x86_64: Reduce screen space needed by stack trace Especially under Xen, where the console cannot be adjusted to more than 25 lines, it is fairly important that the information displayed during a panic is as compact as possible. Below adjustments work towards that. Signed-Off-By: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>