diff options
Diffstat (limited to 'include/asm-blackfin/processor.h')
| -rw-r--r-- | include/asm-blackfin/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-blackfin/processor.h b/include/asm-blackfin/processor.h index aba2b30a8ed8..6bb3e0d4705d 100644 --- a/include/asm-blackfin/processor.h +++ b/include/asm-blackfin/processor.h | |||
| @@ -124,6 +124,10 @@ static inline __attribute_pure__ uint32_t bfin_compiled_revid(void) | |||
| 124 | return 4; | 124 | return 4; |
| 125 | #elif defined(CONFIG_BF_REV_0_5) | 125 | #elif defined(CONFIG_BF_REV_0_5) |
| 126 | return 5; | 126 | return 5; |
| 127 | #elif defined(CONFIG_BF_REV_ANY) | ||
| 128 | return 0xffff; | ||
| 129 | #else | ||
| 130 | return -1; | ||
| 127 | #endif | 131 | #endif |
| 128 | } | 132 | } |
| 129 | 133 | ||
