hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/arm64/kernel/signal.c
....@@ -921,7 +921,7 @@
921921 /* Check valid user FS if needed */
922922 addr_limit_user_check();
923923
924
- if (thread_flags & _TIF_NEED_RESCHED_MASK) {
924
+ if (thread_flags & _TIF_NEED_RESCHED) {
925925 /* Unmask Debug and SError for the next task */
926926 local_daif_restore(DAIF_PROCCTX_NOIRQ);
927927