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:
aa17f6f
)
[IA64] remove CONFIG_SMP ifdef in ia64_send_ipi()
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Wed, 5 Mar 2008 22:40:32 +0000
(15:40 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 6 Mar 2008 17:16:33 +0000
(09:16 -0800)
When !CONFIG_SMP, cpu_physical_id() is ia64_get_lid(), which is
functionally identical to
(ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff
so there's no need for two versions of this code.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found