forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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 */