Skip to content

Commit 7e5b06b

Browse files
keesVineet Gupta
authored andcommitted
arc: Replace lkml.org links with lore
As started by commit 05a5f51 ("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 <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent e296c2e commit 7e5b06b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

arch/arc/include/asm/irqflags-compact.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,12 @@
5050
* are redone after IRQs are re-enabled (and gcc doesn't reuse stale register)
5151
*
5252
* Noted at the time of Abilis Timer List corruption
53-
* Orig Bug + Rejected solution : https://lkml.org/lkml/2013/3/29/67
54-
* Reasoning : https://lkml.org/lkml/2013/4/8/15
53+
*
54+
* Orig Bug + Rejected solution:
55+
* https://lore.kernel.org/lkml/[email protected]
56+
*
57+
* Reasoning:
58+
* https://lore.kernel.org/lkml/CA+55aFyFWjpSVQM6M266tKrG_ZXJzZ-nYejpmXYQXbrr42mGPQ@mail.gmail.com
5559
*
5660
******************************************************************/
5761

arch/arc/mm/dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void arch_dma_prep_coherent(struct page *page, size_t size)
3232

3333
/*
3434
* Cache operations depending on function and direction argument, inspired by
35-
* https://lkml.org/lkml/2018/5/18/979
35+
* https://lore.kernel.org/lkml/[email protected]
3636
* "dma_sync_*_for_cpu and direction=TO_DEVICE (was Re: [PATCH 02/20]
3737
* dma-mapping: provide a generic dma-noncoherent implementation)"
3838
*

arch/arc/plat-axs10x/axs10x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static void __init axs10x_enable_gpio_intc_wire(void)
5050
* Current implementation of "irq-dw-apb-ictl" driver doesn't work well
5151
* with stacked INTCs. In particular problem happens if its master INTC
5252
* not yet instantiated. See discussion here -
53-
* https://lkml.org/lkml/2015/3/4/755
53+
* https://lore.kernel.org/lkml/[email protected]
5454
*
5555
* So setup the first gpio block as a passive pass thru and hide it from
5656
* DT hardware topology - connect MB intc directly to cpu intc

arch/arc/plat-hsdk/platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static void __init hsdk_enable_gpio_intc_wire(void)
5252
* Current implementation of "irq-dw-apb-ictl" driver doesn't work well
5353
* with stacked INTCs. In particular problem happens if its master INTC
5454
* not yet instantiated. See discussion here -
55-
* https://lkml.org/lkml/2015/3/4/755
55+
* https://lore.kernel.org/lkml/[email protected]
5656
*
5757
* So setup the first gpio block as a passive pass thru and hide it from
5858
* DT hardware topology - connect intc directly to cpu intc

0 commit comments

Comments
 (0)