diff options
Diffstat (limited to 'arch/parisc/mm/fault.c')
-rw-r--r-- | arch/parisc/mm/fault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index e247edbca68e..657b35096bd8 100644 --- a/arch/parisc/mm/fault.c +++ b/arch/parisc/mm/fault.c | |||
@@ -356,6 +356,7 @@ bad_area: | |||
356 | struct siginfo si; | 356 | struct siginfo si; |
357 | unsigned int lsb = 0; | 357 | unsigned int lsb = 0; |
358 | 358 | ||
359 | clear_siginfo(&si); | ||
359 | switch (code) { | 360 | switch (code) { |
360 | case 15: /* Data TLB miss fault/Data page fault */ | 361 | case 15: /* Data TLB miss fault/Data page fault */ |
361 | /* send SIGSEGV when outside of vma */ | 362 | /* send SIGSEGV when outside of vma */ |