]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Fix printk continuations in cpu-bugs64.c
authorJames Hogan <james.hogan@imgtec.com>
Tue, 3 Jan 2017 14:51:20 +0000 (14:51 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 24 Jan 2017 17:30:34 +0000 (18:30 +0100)
commit35e7f7885e1b1b272a73c0de3227fc9a3e95a7e3
treee9541dcf22c5bd9deae839e8ed009b320098bba6
parent209ec69ab3cd81f1577c5af39f7b07a168cd28bc
MIPS: Fix printk continuations in cpu-bugs64.c

64-bit pre-r6 kernels output the following broken printk continuation
lines during boot:

Checking for the multiply/shift bug...
no.
Checking for the daddiu bug...
no.
Checking for the daddi bug...
no.

Fix the printk continuations in cpu-bugs64.c to use pr_cont to restore
the correct output:

Checking for the multiply/shift bug... no.
Checking for the daddiu bug... no.
Checking for the daddi bug... no.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14916/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cpu-bugs64.c