diff options
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/psr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/psr.h b/arch/sparc/include/asm/psr.h index b8c0e5f0a66b..c02c735d4ebe 100644 --- a/arch/sparc/include/asm/psr.h +++ b/arch/sparc/include/asm/psr.h | |||
@@ -35,6 +35,12 @@ | |||
35 | #define PSR_VERS 0x0f000000 /* cpu-version field */ | 35 | #define PSR_VERS 0x0f000000 /* cpu-version field */ |
36 | #define PSR_IMPL 0xf0000000 /* cpu-implementation field */ | 36 | #define PSR_IMPL 0xf0000000 /* cpu-implementation field */ |
37 | 37 | ||
38 | #define PSR_IMPL_SHIFT 28 | ||
39 | #define PSR_IMPL_SHIFTED_MASK 0xf | ||
40 | |||
41 | #define PSR_IMPL_TI 0x4 | ||
42 | #define PSR_IMPL_LEON 0xf | ||
43 | |||
38 | #ifdef __KERNEL__ | 44 | #ifdef __KERNEL__ |
39 | 45 | ||
40 | #ifndef __ASSEMBLY__ | 46 | #ifndef __ASSEMBLY__ |