Skip to content
Commit efc7508c authored by Alex Chiang's avatar Alex Chiang Committed by Tony Luck
Browse files

[IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic()



acpi_map_lsapic tries to stuff a long into ia64_cpu_to_sapicid[],
which can only hold ints, so let's fix that.

We need to update the signature of acpi_map_cpu2node() too.

Signed-off-by: default avatarAlex Chiang <achiang@hp.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 740a8de0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment