forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/sh/include/asm/processor_32.h
....@@ -50,6 +50,7 @@
5050 #define SR_FD 0x00008000
5151 #define SR_MD 0x40000000
5252
53
+#define SR_USER_MASK 0x00000303 // M, Q, S, T bits
5354 /*
5455 * DSP structure and data
5556 */