We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aaa12 commit e32e58aCopy full SHA for e32e58a
arch/x86/kernel/entry_32.S
@@ -248,6 +248,7 @@ ENTRY(resume_userspace)
248
DISABLE_INTERRUPTS(CLBR_ANY) # make sure we don't miss an interrupt
249
# setting need_resched or sigpending
250
# between sampling and the iret
251
+ TRACE_IRQS_OFF
252
movl TI_flags(%ebp), %ecx
253
andl $_TIF_WORK_MASK, %ecx # is there any work to be done on
254
# int/exception return?
0 commit comments