sparc: Set "ARCH: sunxx" information on the same line
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 11 Dec 2018 12:11:09 +0000 (12:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Dec 2018 19:24:38 +0000 (11:24 -0800)
commitafaffac36806db34edcbd20f04258b1fcda192c1
tree191928ec5860c1926580a69c9b035565c7256f4e
parent0ff70f62c6a7eb5521ab340624de4c19f0c0881c
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>
arch/sparc/kernel/setup_32.c
arch/sparc/kernel/setup_64.c