diff options
author | Simon Kitching <skitching@apache.org> | 2009-04-02 16:57:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-02 19:04:51 -0700 |
commit | c1c490e017b66b31f6559db9cbb51a3ce00cf639 (patch) | |
tree | 94dfc491de797796143bc457476d0e2163abd6d3 /drivers/rtc/rtc-v3020.c | |
parent | 6f2c55b843836d26528c56a0968689accaedbc67 (diff) | |
download | talos-op-linux-c1c490e017b66b31f6559db9cbb51a3ce00cf639.tar.gz talos-op-linux-c1c490e017b66b31f6559db9cbb51a3ce00cf639.zip |
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 <skitching@apache.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-v3020.c')
0 files changed, 0 insertions, 0 deletions