diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-06-30 17:59:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-30 22:44:59 -0400 |
commit | 9b597fd3c9d6864c580e75f390f1d2d104be6cbc (patch) | |
tree | 881fa7c5b0c7dd1cd6ab772e770610cb03efaa93 | |
parent | 386ecb1216f9e38947ce6a2af22e5e1e47256a97 (diff) |
arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/unicore32/kernel/fpu-ucf64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/unicore32/kernel/fpu-ucf64.c b/arch/unicore32/kernel/fpu-ucf64.c index 282a60ac82ba..a53343a90ca2 100644 --- a/arch/unicore32/kernel/fpu-ucf64.c +++ b/arch/unicore32/kernel/fpu-ucf64.c | |||
@@ -90,8 +90,8 @@ void ucf64_exchandler(u32 inst, u32 fpexc, struct pt_regs *regs) | |||
90 | tmp &= ~(FPSCR_CON); | 90 | tmp &= ~(FPSCR_CON); |
91 | exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); | 91 | exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); |
92 | } else { | 92 | } else { |
93 | pr_debug(KERN_ERR "UniCore-F64 Error: unhandled exceptions\n"); | 93 | pr_debug("UniCore-F64 Error: unhandled exceptions\n"); |
94 | pr_debug(KERN_ERR "UniCore-F64 FPSCR 0x%08x INST 0x%08x\n", | 94 | pr_debug("UniCore-F64 FPSCR 0x%08x INST 0x%08x\n", |
95 | cff(FPSCR), inst); | 95 | cff(FPSCR), inst); |
96 | 96 | ||
97 | ucf64_raise_sigfpe(0, regs); | 97 | ucf64_raise_sigfpe(0, regs); |