forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 1622ff3442ff6aecc1f538cda437379d1f6a4a93
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