X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fmm%2Ffault.c;h=d46a5ebb7570e07869ea03b9b995374aa3bff82e;hb=ffe167b0f2debbb3e21d2094508f8caca5a5bd8e;hp=fa4cf52aa7a6d386711690005a314ece7d67fc53;hpb=f606385068afe00683f080555f5d0fa9fb8e1f37;p=karo-tx-linux.git diff --git a/arch/microblaze/mm/fault.c b/arch/microblaze/mm/fault.c index fa4cf52aa7a6..d46a5ebb7570 100644 --- a/arch/microblaze/mm/fault.c +++ b/arch/microblaze/mm/fault.c @@ -224,6 +224,8 @@ good_area: if (unlikely(fault & VM_FAULT_ERROR)) { if (fault & VM_FAULT_OOM) goto out_of_memory; + else if (fault & VM_FAULT_SIGSEGV) + goto bad_area; else if (fault & VM_FAULT_SIGBUS) goto do_sigbus; BUG();