From: Simon Kitching Date: Thu, 2 Apr 2009 23:57:00 +0000 (-0700) Subject: initramfs: prevent initramfs printk message being split by messages from other code. X-Git-Tag: v2.6.30-rc1~387 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c490e017b66b31f6559db9cbb51a3ce00cf639;p=pandora-kernel.git initramfs: prevent initramfs printk message being split by messages from other code. initramfs uses printk without a linefeed, then does some work, then uses printk to finish the message off. However if some other code does a printk in between, then the messages get mixed together. Better for each message to be an independent line... Example of problem that this fixes: checking if image is initramfs...<7>Switched to high resolution mode on CPU 1 Switched to high resolution mode on CPU 0 it is Signed-off-by: Simon Kitching Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed