diff options
author | 2021-09-05 18:58:05 -0700 | |
---|---|---|
committer | 2021-09-05 18:58:05 -0700 | |
commit | 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17 (patch) | |
tree | a226b265d692d1933c0541802527d8aeb0d469ab /include/linux/compiler_types.h | |
parent | Merge branch 'next' into for-linus (diff) | |
parent | Input: adc-keys - drop bogus __refdata annotation (diff) | |
download | linux-rng-8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17.tar.xz linux-rng-8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17.zip |
Merge branch 'next' into for-linus
Prepare input updates for 5.15 merge window.
Diffstat (limited to 'include/linux/compiler_types.h')
-rw-r--r-- | include/linux/compiler_types.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/compiler_types.h b/include/linux/compiler_types.h index e5dd5a4ae946..d29bda7f6ebd 100644 --- a/include/linux/compiler_types.h +++ b/include/linux/compiler_types.h @@ -242,6 +242,14 @@ struct ftrace_likely_data { # define __noscs #endif +#ifndef __nocfi +# define __nocfi +#endif + +#ifndef __cficanonical +# define __cficanonical +#endif + #ifndef asm_volatile_goto #define asm_volatile_goto(x...) asm goto(x) #endif |