MIPS: sync-r4k: Fix KERN_CONT fallout
authorMatt Redfearn <matt.redfearn@imgtec.com>
Thu, 2 Feb 2017 13:22:04 +0000 (13:22 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Mon, 13 Feb 2017 18:58:39 +0000 (18:58 +0000)
commit4fb69afa767777360201a43725ddd7f7c64459bb
treeac0d7b9b9b1d543d12d0623819930a3fb93275ca
parentc25f8064c1d5731a2ce5664def890140dcdd3e5c
MIPS: sync-r4k: Fix KERN_CONT fallout

Since commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing
continuation lines") the output of counter synchornisation has been
split across lines:
[ 0.665181] Synchronize counters for CPU 1:
[ 0.678578] done.

Fix this by using pr_cont, and replace printk with pr_info.

Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15195/
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/mips/kernel/sync-r4k.c