aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-acpi-processor.c
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2021-02-10 23:46:18 +0000
committerBoris Ostrovsky <[email protected]>2021-02-23 16:08:07 +0000
commit43135df0d7f0a66c75143a1e95ed70a2005ca329 (patch)
tree055f512bd3b1772bf6cd952fb9d090b59a3457e6 /drivers/xen/xen-acpi-processor.c
parentxen/evtchn: use READ/WRITE_ONCE() for accessing ring indices (diff)
downloadkernel-43135df0d7f0a66c75143a1e95ed70a2005ca329.tar.gz
kernel-43135df0d7f0a66c75143a1e95ed70a2005ca329.zip
xen: 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 <[email protected]> Reviewed-by: Boris Ostrovsky <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Boris Ostrovsky <[email protected]>
Diffstat (limited to 'drivers/xen/xen-acpi-processor.c')
-rw-r--r--drivers/xen/xen-acpi-processor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/xen/xen-acpi-processor.c b/drivers/xen/xen-acpi-processor.c
index ce8ffb595a46..df7cab870be5 100644
--- a/drivers/xen/xen-acpi-processor.c
+++ b/drivers/xen/xen-acpi-processor.c
@@ -3,7 +3,8 @@
* Copyright 2012 by Oracle Inc
* Author: Konrad Rzeszutek Wilk <[email protected]>
*
- * This code borrows ideas from https://lkml.org/lkml/2011/11/30/249
+ * This code borrows ideas from
+ * https://lore.kernel.org/lkml/[email protected]
* so many thanks go to Kevin Tian <[email protected]>
* and Yu Ke <[email protected]>.
*/