aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/fault.c')
-rw-r--r--arch/x86/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c
index b74a7e130b03..38dcec403b46 100644
--- a/arch/x86/mm/fault.c
+++ b/arch/x86/mm/fault.c
@@ -1247,7 +1247,7 @@ good_area:
1247 } 1247 }
1248 1248
1249 /* User mode? Just return to handle the fatal exception */ 1249 /* User mode? Just return to handle the fatal exception */
1250 if (fault & FAULT_FLAG_USER) 1250 if (flags & FAULT_FLAG_USER)
1251 return; 1251 return;
1252 1252
1253 /* Not returning to user mode? Handle exceptions or die: */ 1253 /* Not returning to user mode? Handle exceptions or die: */