hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/arm64/kernel/signal.c
....@@ -919,7 +919,7 @@
919919 /* Check valid user FS if needed */
920920 addr_limit_user_check();
921921
922
- if (thread_flags & _TIF_NEED_RESCHED) {
922
+ if (thread_flags & _TIF_NEED_RESCHED_MASK) {
923923 /* Unmask Debug and SError for the next task */
924924 local_daif_restore(DAIF_PROCCTX_NOIRQ);
925925