commit | afaffac36806db34edcbd20f04258b1fcda192c1 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Tue Dec 11 12:11:09 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 21 11:24:38 2018 -0800 |
tree | 191928ec5860c1926580a69c9b035565c7256f4e | |
parent | 0ff70f62c6a7eb5521ab340624de4c19f0c0881c [diff] |
sparc: Set "ARCH: sunxx" information on the same line While checking boot log from SPARC qemu, I saw that the "ARCH: sunxx" information was split on two different line. This patchs merge both line together. In the meantime, thoses information need to be printed via pr_info since printk print them by default via the warning loglevel. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: David S. Miller <davem@davemloft.net>