]> git.neil.brown.name Git - history.git/commit
[PATCH] mpparse printk fix
authorAndrew Morton <akpm@osdl.org>
Tue, 18 Nov 2003 16:16:51 +0000 (08:16 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 18 Nov 2003 16:16:51 +0000 (08:16 -0800)
commit97c52a80fefcc46f3f481329b37268473b975f89
treeb42fa34325decab3bf4dbd902db1d08a5c48e071
parent9069925a77841425230c039a9375925d210badb0
[PATCH] mpparse printk fix

From: Herbert Xu <herbert@gondor.apana.org.au>

The recent patch produces a message with no terminating newline on the
machine in question.  This is because one of the four bytes that you're
printing out is NUL.  The following patch avoids that problem.
arch/i386/kernel/mpparse.c