projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c2d9c
)
ACPI: NUMA: Fix typo in the full name of SRAT
author
Ross Zwisler
<ross.zwisler@linux.intel.com>
Fri, 21 Jul 2017 22:51:24 +0000
(16:51 -0600)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 24 Jul 2017 20:27:44 +0000
(22:27 +0200)
To save someone the time of searching the ACPI spec for
"Static Resource Affinity Table".
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/numa.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/numa.c
b/drivers/acpi/numa.c
index edb0c79f7c64eea8b4d3cdde4467a356c20a32f8..917f1cc0fda4c2f6c8cc64f7b90dc252a264ac7a 100644
(file)
--- a/
drivers/acpi/numa.c
+++ b/
drivers/acpi/numa.c
@@
-443,7
+443,7
@@
int __init acpi_numa_init(void)
* So go over all cpu entries in SRAT to get apicid to node mapping.
*/
- /* SRAT: S
tatic
Resource Affinity Table */
+ /* SRAT: S
ystem
Resource Affinity Table */
if (!acpi_table_parse(ACPI_SIG_SRAT, acpi_parse_srat)) {
struct acpi_subtable_proc srat_proc[3];