diff options
Diffstat (limited to 'arch/microblaze/kernel/exceptions.c')
-rw-r--r-- | arch/microblaze/kernel/exceptions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/exceptions.c b/arch/microblaze/kernel/exceptions.c index e6f338d0496b..443ec1feacb4 100644 --- a/arch/microblaze/kernel/exceptions.c +++ b/arch/microblaze/kernel/exceptions.c | |||
@@ -65,6 +65,7 @@ void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr) | |||
65 | if (kernel_mode(regs)) | 65 | if (kernel_mode(regs)) |
66 | die("Exception in kernel mode", regs, signr); | 66 | die("Exception in kernel mode", regs, signr); |
67 | 67 | ||
68 | clear_siginfo(&info); | ||
68 | info.si_signo = signr; | 69 | info.si_signo = signr; |
69 | info.si_errno = 0; | 70 | info.si_errno = 0; |
70 | info.si_code = code; | 71 | info.si_code = code; |