X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/47388162eff1ff692a152b98b5b12d547067a026..7adb15b6dcf5e168299d7b37219522427f73b0c9:/sys/platform/pc64/x86_64/ipl.s diff --git a/sys/platform/pc64/x86_64/ipl.s b/sys/platform/pc64/x86_64/ipl.s index 900b91a3f6..8a6748013a 100644 --- a/sys/platform/pc64/x86_64/ipl.s +++ b/sys/platform/pc64/x86_64/ipl.s @@ -294,7 +294,7 @@ doreti_soft: * to do is a reschedule. */ doreti_ast: - andl $~(RQF_AST_SIGNAL|RQF_AST_UPCALL),PCPU(reqflags) + andl $~RQF_AST_SIGNAL,PCPU(reqflags) sti movl %eax,%r12d /* save cpl (can't use stack) */ movl $T_ASTFLT,TF_TRAPNO(%rsp)