Skip to content

Commit 76d0fc5

Browse files
committed
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 <[email protected]>
1 parent d07f6ca commit 76d0fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/barrier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static inline unsigned long array_index_mask_nospec(unsigned long idx,
7474
* This insanity brought to you by speculative system register reads,
7575
* out-of-order memory accesses, sequence locks and Thomas Gleixner.
7676
*
77-
* http://lists.infradead.org/pipermail/linux-arm-kernel/2019-February/631195.html
77+
* https://lore.kernel.org/r/[email protected]/
7878
*/
7979
#define arch_counter_enforce_ordering(val) do { \
8080
u64 tmp, _val = (val); \

0 commit comments

Comments
 (0)