diff options
author | 2020-12-01 18:01:27 +0100 | |
---|---|---|
committer | 2020-12-01 18:01:27 +0100 | |
commit | 87314fb181f9042a226d721ab4a5579ddfca139c (patch) | |
tree | b663e58cfe19ecf5003d4ea6e8048f6ae1925e9f /include/linux/compiler_types.h | |
parent | x86/resctrl: Constify kernfs_ops (diff) | |
parent | Linux 5.10-rc6 (diff) | |
download | linux-rng-87314fb181f9042a226d721ab4a5579ddfca139c.tar.xz linux-rng-87314fb181f9042a226d721ab4a5579ddfca139c.zip |
Merge tag 'v5.10-rc6' into x86/cache
Merge -rc6 tag to pick up dependent changes.
Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'include/linux/compiler_types.h')
-rw-r--r-- | include/linux/compiler_types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/compiler_types.h b/include/linux/compiler_types.h index 6e390d58a9f8..ac3fa37a84f9 100644 --- a/include/linux/compiler_types.h +++ b/include/linux/compiler_types.h @@ -247,10 +247,6 @@ struct ftrace_likely_data { #define asm_inline asm #endif -#ifndef __no_fgcse -# define __no_fgcse -#endif - /* Are two types/vars the same type (ignoring qualifiers)? */ #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) |