]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] XPC heartbeat timer function must run on CPU 0
authorDean Nelson <dcn@sgi.com>
Wed, 7 Nov 2007 13:53:06 +0000 (07:53 -0600)
committerTony Luck <tony.luck@intel.com>
Fri, 9 Nov 2007 20:59:14 +0000 (12:59 -0800)
commit2e8e83313ecfb3507fbf99914c6e2c8a0b7e658c
tree4dd58579377f878c555ec6ad6a6357366bba4af3
parent74c65802f56c246745898688d4978aebba70a555
[IA64] XPC heartbeat timer function must run on CPU 0

Currently, XPC's heartbeat timer function runs on whatever CPU modprobe/insmod
ran on when XPC was started. To avoid the heartbeat from being delayed for
long periods the timer function must run on CPU 0.

N.B. Altix doesn't currently allow cpu0 to be taken offline, so this is
safe for now.  This code must be revised when offline of cpu0 is enabled.

Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/xpc_main.c