diff options
Diffstat (limited to 'arch/blackfin/include/asm/processor.h')
-rw-r--r-- | arch/blackfin/include/asm/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/processor.h b/arch/blackfin/include/asm/processor.h index 30703c75030c..2cb0b8711fa4 100644 --- a/arch/blackfin/include/asm/processor.h +++ b/arch/blackfin/include/asm/processor.h | |||
@@ -159,6 +159,8 @@ static inline uint32_t __pure bfin_compiled_revid(void) | |||
159 | return 4; | 159 | return 4; |
160 | #elif defined(CONFIG_BF_REV_0_5) | 160 | #elif defined(CONFIG_BF_REV_0_5) |
161 | return 5; | 161 | return 5; |
162 | #elif defined(CONFIG_BF_REV_0_6) | ||
163 | return 6; | ||
162 | #elif defined(CONFIG_BF_REV_ANY) | 164 | #elif defined(CONFIG_BF_REV_ANY) |
163 | return 0xffff; | 165 | return 0xffff; |
164 | #else | 166 | #else |