commit | d4eccafcaf339de77ec562e96e6b223d447f924a | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Fri Nov 04 14:45:08 2016 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Sun Nov 06 23:31:46 2016 -0800 |
tree | 29f1b3e3f397e275fd9d4310fca069a3041fd312 | |
parent | 712cba5d87a6c0e980ee5fad45734e189c4d7151 [diff] |
xtensa: clean up printk usage for boot/crash logging Convert printk(KERN_* to pr_* and printk's without level to pr_cont. This fixes torn register dumps, stack dumps, stack traces and timestamps in the middle of 'Calibrating CPU frequency' message. Also drop unused show_code and drop false comment about show_stack. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>