hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 */