forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-07 f45e756958099c35d6afb746df1d40a1c6302cfc
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