forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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