forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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 */