Skip to content

Commit

Permalink
ACPI: Use valid link to the ACPI specification
Browse files Browse the repository at this point in the history
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 <yangtiezhu@loongson.cn>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Tiezhu Yang authored and Rafael J. Wysocki committed Jul 27, 2020
1 parent 57d2dd4 commit 0585c1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/hwmon/acpi_power_meter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Supported systems:

Prefix: 'power_meter'

Datasheet: http://acpi.info/, section 10.4.
Datasheet: https://uefi.org/specifications, section 10.4.

Author: Darrick J. Wong

Expand Down
3 changes: 1 addition & 2 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ menuconfig ACPI
the UEFI Forum and any UEFI member can join the ASWG and contribute
to the ACPI specification.
The specification is available at:
<http://www.acpi.info>
<http://www.uefi.org/acpi/specs>
<https://uefi.org/specifications>

if ACPI

Expand Down
2 changes: 1 addition & 1 deletion include/linux/tboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct tboot_acpi_generic_address {

/*
* combines Sx info from FADT and FACS tables per ACPI 2.0+ spec
* (http://www.acpi.info/)
* (https://uefi.org/specifications)
*/
struct tboot_acpi_sleep_info {
struct tboot_acpi_generic_address pm1a_cnt_blk;
Expand Down
2 changes: 1 addition & 1 deletion tools/power/cpupower/man/cpupower-idle-info.1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ By default only values of core zero are displayed. How to display settings of
other cores is described in the cpupower(1) manpage in the \-\-cpu option
section.
.SH REFERENCES
http://www.acpi.info/spec.htm
https://uefi.org/specifications
.SH "FILES"
.nf
\fI/sys/devices/system/cpu/cpu*/cpuidle/state*\fP
Expand Down

0 comments on commit 0585c1c

Please sign in to comment.