diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2021-05-18 11:08:37 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2021-05-18 11:47:13 +0200 |
commit | 76d0fc5e9bc650766a90cc3ffd2a29248df0f020 (patch) | |
tree | 21bc58858cc8fcf7cb8761780b750b28725ec41b /arch | |
parent | Linux 5.13-rc2 (diff) | |
download | linux-76d0fc5e9bc650766a90cc3ffd2a29248df0f020.tar.xz linux-76d0fc5e9bc650766a90cc3ffd2a29248df0f020.zip |
arm64: Fix stale link in the arch_counter_enforce_ordering() comment
With infradead.org archives gone, update the link to lore.kernel.org as
these links are deemed stable.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/include/asm/barrier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/barrier.h b/arch/arm64/include/asm/barrier.h index 2175ec0004ed..451e11e5fd23 100644 --- a/arch/arm64/include/asm/barrier.h +++ b/arch/arm64/include/asm/barrier.h @@ -74,7 +74,7 @@ static inline unsigned long array_index_mask_nospec(unsigned long idx, * This insanity brought to you by speculative system register reads, * out-of-order memory accesses, sequence locks and Thomas Gleixner. * - * http://lists.infradead.org/pipermail/linux-arm-kernel/2019-February/631195.html + * https://lore.kernel.org/r/alpine.DEB.2.21.1902081950260.1662@nanos.tec.linutronix.de/ */ #define arch_counter_enforce_ordering(val) do { \ u64 tmp, _val = (val); \ |