From: Vegard Nossum Date: Fri, 25 Apr 2008 19:02:34 +0000 (+0200) Subject: x86: fix early-BUG message X-Git-Tag: v2.6.26-rc1~98^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575ca7351bf0546919060071797cccb4a05960df;p=pandora-kernel.git x86: fix early-BUG message The .asciz directive takes any number of strings, but each one is zero- terminated, and string pasting is not done as in C. That results in only the first line being output. Replace .asciz with multiple .ascii directives and terminate with .asciz. Signed-off-by: Vegard Nossum Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed