aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2021-02-10 15:28:49 -0800
committerVineet Gupta <vineetg@rivosinc.com>2021-12-28 19:48:49 -0800
commit7e5b06b8c1f8f58fa7b7bcec3ccf490ae6f0810e (patch)
tree156f07567da22e8debf2f34a5a560464dbc5283f /arch/arc/mm
parentARC: perf: Remove redundant initialization of variable idx (diff)
downloadlinux-dev-7e5b06b8c1f8f58fa7b7bcec3ccf490ae6f0810e.tar.xz
linux-dev-7e5b06b8c1f8f58fa7b7bcec3ccf490ae6f0810e.zip
arc: Replace lkml.org links with lore
As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links with lore"), replace lkml.org links with lore to better use a single source that's more likely to stay available long-term. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Vineet Gupta <vineetg@rivosinc.com>
Diffstat (limited to 'arch/arc/mm')
-rw-r--r--arch/arc/mm/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/mm/dma.c b/arch/arc/mm/dma.c
index 517988e60cfc..2a7fbbb83b70 100644
--- a/arch/arc/mm/dma.c
+++ b/arch/arc/mm/dma.c
@@ -32,7 +32,7 @@ void arch_dma_prep_coherent(struct page *page, size_t size)
/*
* Cache operations depending on function and direction argument, inspired by
- * https://lkml.org/lkml/2018/5/18/979
+ * https://lore.kernel.org/lkml/20180518175004.GF17671@n2100.armlinux.org.uk
* "dma_sync_*_for_cpu and direction=TO_DEVICE (was Re: [PATCH 02/20]
* dma-mapping: provide a generic dma-noncoherent implementation)"
*