diff options
Diffstat (limited to 'arch/x86/entry/calling.h')
-rw-r--r-- | arch/x86/entry/calling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/entry/calling.h b/arch/x86/entry/calling.h index 25e5a6bda8c3..20d0885b00fb 100644 --- a/arch/x86/entry/calling.h +++ b/arch/x86/entry/calling.h | |||
@@ -352,7 +352,7 @@ For 32-bit we have the following conventions - kernel is built with | |||
352 | .macro CALL_enter_from_user_mode | 352 | .macro CALL_enter_from_user_mode |
353 | #ifdef CONFIG_CONTEXT_TRACKING | 353 | #ifdef CONFIG_CONTEXT_TRACKING |
354 | #ifdef HAVE_JUMP_LABEL | 354 | #ifdef HAVE_JUMP_LABEL |
355 | STATIC_BRANCH_JMP l_yes=.Lafter_call_\@, key=context_tracking_enabled, branch=1 | 355 | STATIC_JUMP_IF_FALSE .Lafter_call_\@, context_tracking_enabled, def=0 |
356 | #endif | 356 | #endif |
357 | call enter_from_user_mode | 357 | call enter_from_user_mode |
358 | .Lafter_call_\@: | 358 | .Lafter_call_\@: |