Linux 6.6.15-rt22
[platform/kernel/linux-rpi.git] / include / linux / entry-common.h
index d95ab85..8b3ab0c 100644 (file)
@@ -60,7 +60,7 @@
 #define EXIT_TO_USER_MODE_WORK                                         \
        (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | _TIF_UPROBE |           \
         _TIF_NEED_RESCHED | _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL |  \
-        ARCH_EXIT_TO_USER_MODE_WORK)
+        _TIF_NEED_RESCHED_LAZY | ARCH_EXIT_TO_USER_MODE_WORK)
 
 /**
  * arch_enter_from_user_mode - Architecture specific sanity check for user mode regs