commit | 2f93a60c3d829da07764eafd922beb40e7317aa3 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Fri Jun 02 14:48:51 2017 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jun 29 02:42:28 2017 +0200 |
tree | 7f96f1fe39fbe32deca44d49ec3c1ab26902ccae | |
parent | 516db1c61f3fd4328361699a2c74781ab1dbf84c [diff] |
MIPS: CM: WARN on attempt to lock invalid VP, not BUG Rather than using BUG_ON in the case of an invalid attempt to lock access to a non-zero VP on a pre-CM3 system, use WARN_ON so that we have even the slightest chance of recovery. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/16194/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>