git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740a8de
)
[IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic()
author
Alex Chiang
<achiang@hp.com>
Wed, 16 Jul 2008 18:47:08 +0000
(12:47 -0600)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 17 Jul 2008 18:24:42 +0000
(11:24 -0700)
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: Alex Chiang <achiang@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found