From: Ingo Molnar Date: Sun, 12 Feb 2006 01:55:56 +0000 (-0800) Subject: [PATCH] x86: print out early faults via early_printk() X-Git-Tag: v2.6.16-rc3~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0cdf1935cf328730fa068e0f39a22e6149555aa;p=pandora-kernel.git [PATCH] x86: print out early faults via early_printk() Lost a few hours debugging an early-bootup fault within printk itself, which manifested itself as a hard to debug early hang. This patch makes it much easier by printing out early faults via early_printk(), which function is a lot simpler than a full printk, and hence more likely to succeed in emergencies. (We do not recover from early faults anyway, so there's no loss from not having these messages in the normal printk buffer.) Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed