### RT-Thread Version V5.2.0 ### Hardware Type/Architectures RISCV ### Develop Toolchain Other ### Describe the bug  多核SMP的情况下,使用package rt_kprintf_threadsafe中的的rt_kprintf打印,msh shell会通过finsh_set_device设置open_flag中的RT_DEVICE_FLAG_INT_RX属性,如果这个过程跟另外一个核上跑rt_kprintf正好撞在一起,rt_kprintf会把finsh_set_device中设置的属性改掉,导致shell无法输入。 ### Other additional context _No response_