Re: [PATCH] docs: correct URL to bios and kernel developer's guide
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-05-03 22:57:06
Also in:
lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-05-03 22:57:06
Also in:
lkml
Anatoly Pugachev [off-list ref] writes:
correct URL to bios and kernel developer's guide on amd.com site Signed-off-by: Anatoly Pugachev <redacted> --- Documentation/ABI/testing/sysfs-devices-system-cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index 0eee30b27ab6..f2fff6020439 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu@@ -285,7 +285,7 @@ Description: Disable L3 cache indices All AMD processors with L3 caches provide this functionality. For details, see BKDGs at - http://developer.amd.com/documentation/guides/Pages/default.aspx + https://www.amd.com/en/support/tech-docs?keyword=bios+kernel
Well, that will work until they change it again... Applied, thanks. jon