vm: add VM_FAULT_SIGSEGV handling support
[pandora-kernel.git] / arch / mn10300 / mm / fault.c
index 0945409..fe2ceb7 100644 (file)
@@ -256,6 +256,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();