Skip to content

Commit 0585c1c

Browse files
seehearfeelrafaeljw
authored andcommitted
ACPI: Use valid link to the ACPI specification
Currently, acpi.info is an invalid link to access ACPI specification, the new valid link is https://uefi.org/specifications. Signed-off-by: Tiezhu Yang <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 57d2dd4 commit 0585c1c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Documentation/hwmon/acpi_power_meter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Supported systems:
99

1010
Prefix: 'power_meter'
1111

12-
Datasheet: http://acpi.info/, section 10.4.
12+
Datasheet: https://uefi.org/specifications, section 10.4.
1313

1414
Author: Darrick J. Wong
1515

drivers/acpi/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ menuconfig ACPI
4040
the UEFI Forum and any UEFI member can join the ASWG and contribute
4141
to the ACPI specification.
4242
The specification is available at:
43-
<http://www.acpi.info>
44-
<http://www.uefi.org/acpi/specs>
43+
<https://uefi.org/specifications>
4544

4645
if ACPI
4746

include/linux/tboot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct tboot_acpi_generic_address {
4444

4545
/*
4646
* combines Sx info from FADT and FACS tables per ACPI 2.0+ spec
47-
* (http://www.acpi.info/)
47+
* (https://uefi.org/specifications)
4848
*/
4949
struct tboot_acpi_sleep_info {
5050
struct tboot_acpi_generic_address pm1a_cnt_blk;

tools/power/cpupower/man/cpupower-idle-info.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ By default only values of core zero are displayed. How to display settings of
7575
other cores is described in the cpupower(1) manpage in the \-\-cpu option
7676
section.
7777
.SH REFERENCES
78-
http://www.acpi.info/spec.htm
78+
https://uefi.org/specifications
7979
.SH "FILES"
8080
.nf
8181
\fI/sys/devices/system/cpu/cpu*/cpuidle/state*\fP

0 commit comments

Comments
 (0)