aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKAMEZAWA Hiroyuki <[email protected]>2006-09-25 16:25:21 -0700
committerLinus Torvalds <[email protected]>2006-09-25 17:38:36 -0700
commit08992986497471ce575f23796268fb1b50b5c2ab (patch)
tree186f08591c58f21a4c8c2d30070c35392be3439a /scripts
parent25981de5b836581364612a4b1fe27db3b5d1f861 (diff)
[PATCH] cpu to node relationship fixup: acpi_map_cpu2node
Problem description: We have additional_cpus= option for allocating possible_cpus. But nid for possible cpus are not fixed at boot time. cpus which is offlined at boot or cpus which is not on SRAT is not tied to its node. This will cause panic at cpu onlining. Usually, pxm_to_nid() mapping is fixed at boot time by SRAT. But, unfortunately, some system (my system!) do not include full SRAT table for possible cpus. (Then, I use additiona_cpus= option.) For such possible cpus, pxm<->nid should be fixed at hot-add. We now have acpi_map_pxm_to_node() which is also used at boot. It's suitable here. Signed-off-by: KAMEZAWA Hiroyuki <[email protected]> Cc: "Luck, Tony" <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions