diff options
author | Jie Meng <[email protected]> | 2022-10-05 10:00:39 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2022-10-07 16:22:07 +0200 |
commit | 2e30960097f6bc1a0dff89c0bcbc4138e3506d7c (patch) | |
tree | b5a4f4c5853ca10e9695dfa45d6d6ead307a5c70 /tools/testing/selftests/bpf/prog_tests/prog_array_init.c | |
parent | 1d2d941bc140b34587b4c889699fb0f89d29937f (diff) |
bpf, x64: Remove unnecessary check on existence of SSE2
SSE2 and hence lfence are architectural in x86-64 and no need to check
whether they're supported in CPU. SSE2's CPUID flag is still set to
maintain backward compatibility with older code or code shared with x86,
but bpf_jit_comp.c is compiled under x86-64 exclusively so the check is
redundant.
Signed-off-by: Jie Meng <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: KP Singh <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions