commit | 71d22d58b6e507147a9008ce2fd690cf311c97f9 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Mon Feb 26 22:13:52 2018 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Feb 27 09:18:58 2018 -0800 |
tree | 674639a0147c7234c88e3e23d06dc6ff26a6d7b2 | |
parent | 6f1b5a2b58d8470e5a8b25ab29f5fdb4616ffff8 [diff] |
bpf, x64: remove bpf_flush_icache Unlike other archs flush_icache_range() is a noop on x64, therefore remove the JIT's bpf_flush_icache() altogether since not needed. Reported-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Cc: Eric Dumazet <edumazet@google.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>