diff options
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r-- | include/linux/compiler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 8e54108688f9..950356311f12 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h | |||
@@ -270,6 +270,10 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect); | |||
270 | #ifndef __compiletime_object_size | 270 | #ifndef __compiletime_object_size |
271 | # define __compiletime_object_size(obj) -1 | 271 | # define __compiletime_object_size(obj) -1 |
272 | #endif | 272 | #endif |
273 | #ifndef __compiletime_warning | ||
274 | # define __compiletime_warning(message) | ||
275 | #endif | ||
276 | |||
273 | /* | 277 | /* |
274 | * Prevent the compiler from merging or refetching accesses. The compiler | 278 | * Prevent the compiler from merging or refetching accesses. The compiler |
275 | * is also forbidden from reordering successive instances of ACCESS_ONCE(), | 279 | * is also forbidden from reordering successive instances of ACCESS_ONCE(), |