diff options
author | Will Deacon <will@kernel.org> | 2019-08-30 12:55:39 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-08-30 12:55:39 +0100 |
commit | 61b7cddfe861f239bf39ab19a065e29b58153a80 (patch) | |
tree | e4930ac4950b72203cfebfc3b6565b346747b33f /arch/arm64/Kconfig | |
parent | ac12cf85d682a2c1948210c65f7fb21ef01dd9f6 (diff) | |
parent | 03adcbd996be7ce81cac793b1511406a7a4df117 (diff) | |
download | linux-61b7cddfe861f239bf39ab19a065e29b58153a80.tar.bz2 |
Merge branch 'for-next/atomics' into for-next/core
* for-next/atomics: (10 commits)
Rework LSE instruction selection to use static keys instead of alternatives
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 6481964b6425..6ae6ad8a4db0 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1290,6 +1290,7 @@ config ARM64_PAN config ARM64_LSE_ATOMICS bool "Atomic instructions" + depends on JUMP_LABEL default y help As part of the Large System Extensions, ARMv8.1 introduces new |