diff options
| author | Simon Kitching <[email protected]> | 2009-04-02 16:57:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-04-02 19:04:51 -0700 |
| commit | c1c490e017b66b31f6559db9cbb51a3ce00cf639 (patch) | |
| tree | 94dfc491de797796143bc457476d0e2163abd6d3 /tools/perf/scripts/python | |
| parent | 6f2c55b843836d26528c56a0968689accaedbc67 (diff) | |
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions