forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitfd3e454
ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity table
In current implementation, SRAT Memory Affinity Structure tableparsing is restricted to number of maximum memblocks allowed(NR_NODE_MEMBLKS). However NR_NODE_MEMBLKS is defined individuallyas per architecture requirements. Hence removing the restriction ofSRAT Memory Affinity Structure parsing in ACPI driver code andlet architecture code check for allowed memblocks count.This check is already there in the x86 code, so do the same on ia64.Signed-off-by: Ganapatrao Kulkarni <ganapatrao.kulkarni@cavium.com>Acked-by: Tony Luck <tony.luck@intel.com>Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>1 parent4fbd8d1 commitfd3e454
2 files changed
+6
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
507 | 512 |
| |
508 | 513 |
| |
509 | 514 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
463 |
| - | |
464 |
| - | |
| 463 | + | |
465 | 464 |
| |
466 | 465 |
| |
467 | 466 |
| |
|
0 commit comments
Comments
(0)