diff --git a/arch/arc/mm/fault.c b/arch/arc/mm/fault.c
index 0f8df3b5b1b366e6f8d78085ba4a2d96110e0038..563cb27e37f55f3f99badc9b99e64aca6ee397b7 100644
--- a/arch/arc/mm/fault.c
+++ b/arch/arc/mm/fault.c
@@ -161,7 +161,7 @@ void do_page_fault(unsigned long address, struct pt_regs *regs)
 
 	if (fault & VM_FAULT_OOM)
 		goto out_of_memory;
-	else if (fault & VM_FAULT_SIGSEV)
+	else if (fault & VM_FAULT_SIGSEGV)
 		goto bad_area;
 	else if (fault & VM_FAULT_SIGBUS)
 		goto do_sigbus;