https://github.com/torvalds/linux
Revision cd3244e605efeb13bb3a6e92439974832e1c7388 authored by Bjorn Helgaas on 05 March 2008, 22:40:32 UTC, committed by Tony Luck on 06 March 2008, 17:16:33 UTC
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>
1 parent aa17f6f
History
Tip revision: cd3244e605efeb13bb3a6e92439974832e1c7388 authored by Bjorn Helgaas on 05 March 2008, 22:40:32 UTC
[IA64] remove CONFIG_SMP ifdef in ia64_send_ipi()
Tip revision: cd3244e
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 644 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 95.1 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top