diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2021-06-22 01:18:21 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2021-06-22 20:05:35 +0200 |
commit | ae4d682dfd3350d9836dafeed1fc5aa1e27c4963 (patch) | |
tree | 6f646eb37c1c67b102832d090642b23fe98637b0 /kernel | |
parent | compiler_attributes.h: define __no_profile, add to noinstr (diff) | |
download | linux-ae4d682dfd3350d9836dafeed1fc5aa1e27c4963.tar.xz linux-ae4d682dfd3350d9836dafeed1fc5aa1e27c4963.zip |
compiler_attributes.h: cleanups for GCC 4.9+
Since
commit 6ec4476ac825 ("Raise gcc version requirement to 4.9")
we no longer support building the kernel with GCC 4.8; drop the
preprocess checks for __GNUC_MINOR__ version. It's implied that if
__GNUC_MAJOR__ is 4, then the only supported version of __GNUC_MINOR__
left is 9.
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210621231822.2848305-3-ndesaulniers@google.com
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions