Skip to content

Commit e66ef72

Browse files
keestsbogend
authored andcommitted
mips: 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: Thomas Bogendoerfer <[email protected]>
1 parent ea4a1ea commit e66ef72

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

arch/mips/include/asm/page.h

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,13 @@ static inline unsigned long ___pa(unsigned long x)
202202
/*
203203
* RELOC_HIDE was originally added by 6007b903dfe5f1d13e0c711ac2894bdd4a61b1ad
204204
* (lmo) rsp. 8431fd094d625b94d364fe393076ccef88e6ce18 (kernel.org). The
205-
* discussion can be found in lkml posting
206-
* <[email protected]> which is
207-
* archived at http://lists.linuxcoding.com/kernel/2006-q3/msg17360.html
205+
* discussion can be found in
206+
* https://lore.kernel.org/lkml/[email protected]
208207
*
209208
* It is unclear if the misscompilations mentioned in
210-
* http://lkml.org/lkml/2010/8/8/138 also affect MIPS so we keep this one
211-
* until GCC 3.x has been retired before we can apply
212-
* https://patchwork.linux-mips.org/patch/1541/
209+
* https://lore.kernel.org/lkml/[email protected]
210+
* also affect MIPS so we keep this one until GCC 3.x has been retired
211+
* before we can apply https://patchwork.linux-mips.org/patch/1541/
213212
*/
214213

215214
#ifndef __pa_symbol

0 commit comments

Comments
 (0)