]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: mm: Fix output of __do_page_fault
authorMatt Redfearn <matt.redfearn@imgtec.com>
Wed, 9 Nov 2016 13:26:25 +0000 (13:26 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 25 Nov 2016 11:08:10 +0000 (12:08 +0100)
commit186f9dd396ee970f037266bc7934b118edb6c8d3
tree44d6a67a9c0070a18b4644f773547950dbb5c102
parent152affb81a9f8b87b1b360a129016f38920f9ade
MIPS: mm: Fix output of __do_page_fault

Since commit 1262300e7eb5 ("printk: reinstate KERN_CONT for printing
continuation lines") the output from __do_page_fault on MIPS has been
pretty unreadable due to the lack of KERN_CONT markers. Use pr_cont
to provide the appropriate markers & restore the expected output.

Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14544/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/fault.c