diff options
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r-- | include/linux/compiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 219f82f3ec1a..641f5912d75f 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h | |||
@@ -185,6 +185,9 @@ void ftrace_likely_update(struct ftrace_likely_data *f, int val, | |||
185 | #endif | 185 | #endif |
186 | 186 | ||
187 | /* Unreachable code */ | 187 | /* Unreachable code */ |
188 | #ifndef ASM_UNREACHABLE | ||
189 | # define ASM_UNREACHABLE | ||
190 | #endif | ||
188 | #ifndef unreachable | 191 | #ifndef unreachable |
189 | # define unreachable() do { } while (1) | 192 | # define unreachable() do { } while (1) |
190 | #endif | 193 | #endif |