diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2020-07-11 01:34:41 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-07-11 01:42:06 +0300 |
commit | 9321f1aaf63e74ec3884347490e4ebb039f01b6e (patch) | |
tree | aa8e48755b2bb6f7a48b0f5360e39b35e81dd4e1 /net/ipv4/tcp_ipv4.c | |
parent | aa0c9086b40c17a7ad94425b3b70dd1fdd7497bf (diff) | |
download | linux-9321f1aaf63e74ec3884347490e4ebb039f01b6e.tar.xz |
mips: Remove compiler check in unroll macro
CONFIG_CC_IS_GCC is undefined when Clang is used, which breaks the build
(see our Travis link below).
Clang 8 was chosen as a minimum version for this check because there
were some improvements around __builtin_constant_p in that release. In
reality, MIPS was not even buildable until clang 9 so that check was not
technically necessary. Just remove all compiler checks and just assume
that we have a working compiler.
Fixes: d4e60453266b ("Restore gcc check in mips asm/unroll.h")
Link: https://travis-ci.com/github/ClangBuiltLinux/continuous-integration/jobs/359642821
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions