diff options
author | Kees Cook <keescook@chromium.org> | 2021-02-10 15:28:49 -0800 |
---|---|---|
committer | Vineet Gupta <vineetg@rivosinc.com> | 2021-12-28 19:48:49 -0800 |
commit | 7e5b06b8c1f8f58fa7b7bcec3ccf490ae6f0810e (patch) | |
tree | 156f07567da22e8debf2f34a5a560464dbc5283f /arch/arc/plat-hsdk | |
parent | e296c2e1cd70b2dd9b3c294c37ed4e14833b3f31 (diff) | |
download | linux-7e5b06b8c1f8f58fa7b7bcec3ccf490ae6f0810e.tar.bz2 |
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/plat-hsdk')
-rw-r--r-- | arch/arc/plat-hsdk/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/plat-hsdk/platform.c b/arch/arc/plat-hsdk/platform.c index b3ea1fa11f87..c4a875b22352 100644 --- a/arch/arc/plat-hsdk/platform.c +++ b/arch/arc/plat-hsdk/platform.c @@ -52,7 +52,7 @@ static void __init hsdk_enable_gpio_intc_wire(void) * Current implementation of "irq-dw-apb-ictl" driver doesn't work well * with stacked INTCs. In particular problem happens if its master INTC * not yet instantiated. See discussion here - - * https://lkml.org/lkml/2015/3/4/755 + * https://lore.kernel.org/lkml/54F6FE2C.7020309@synopsys.com * * So setup the first gpio block as a passive pass thru and hide it from * DT hardware topology - connect intc directly to cpu intc |