diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-26 17:00:57 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-04-09 00:01:59 +0900 |
commit | 8192e551c7e6e0628597cb5648e1c2f23a8ad294 (patch) | |
tree | ecbb499c9eacf7e50e2b24d1e55387f5dada7d9a /arch | |
parent | 42251572c4687813d8e7b1d363a23d0f9201e69f (diff) | |
download | linux-stable-8192e551c7e6e0628597cb5648e1c2f23a8ad294.tar.gz linux-stable-8192e551c7e6e0628597cb5648e1c2f23a8ad294.tar.bz2 linux-stable-8192e551c7e6e0628597cb5648e1c2f23a8ad294.zip |
drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
CONFIG_AS_MOVNTDQA was introduced by commit 0b1de5d58e19 ("drm/i915:
Use SSE4.1 movntdqa to accelerate reads from WC memory").
We raise the minimal supported binutils version from time to time.
The last bump was commit 1fb12b35e5ff ("kbuild: Raise the minimum
required binutils version to 2.21").
I confirmed the code in $(call as-instr,...) can be assembled by the
binutils 2.21 assembler and also by LLVM integrated assembler.
Remove CONFIG_AS_MOVNTDQA, which is always defined.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions