diff options
author | Kees Cook <keescook@chromium.org> | 2021-02-11 00:28:49 +0100 |
---|---|---|
committer | Vineet Gupta <vineetg@rivosinc.com> | 2021-12-29 04:48:49 +0100 |
commit | 7e5b06b8c1f8f58fa7b7bcec3ccf490ae6f0810e (patch) | |
tree | 156f07567da22e8debf2f34a5a560464dbc5283f /arch/arc/include | |
parent | ARC: perf: Remove redundant initialization of variable idx (diff) | |
download | linux-7e5b06b8c1f8f58fa7b7bcec3ccf490ae6f0810e.tar.xz linux-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/include')
-rw-r--r-- | arch/arc/include/asm/irqflags-compact.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arc/include/asm/irqflags-compact.h b/arch/arc/include/asm/irqflags-compact.h index 863d63ad18d6..0d63e568d64c 100644 --- a/arch/arc/include/asm/irqflags-compact.h +++ b/arch/arc/include/asm/irqflags-compact.h @@ -50,8 +50,12 @@ * are redone after IRQs are re-enabled (and gcc doesn't reuse stale register) * * Noted at the time of Abilis Timer List corruption - * Orig Bug + Rejected solution : https://lkml.org/lkml/2013/3/29/67 - * Reasoning : https://lkml.org/lkml/2013/4/8/15 + * + * Orig Bug + Rejected solution: + * https://lore.kernel.org/lkml/1364553218-31255-1-git-send-email-vgupta@synopsys.com + * + * Reasoning: + * https://lore.kernel.org/lkml/CA+55aFyFWjpSVQM6M266tKrG_ZXJzZ-nYejpmXYQXbrr42mGPQ@mail.gmail.com * ******************************************************************/ |