[IA64-SGI] fix bte_copy() calling smp_processor_id() while preemptible
authorRuss Anderson <(rja@sgi.com)>
Mon, 15 Aug 2005 21:46:00 +0000 (14:46 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 26 Aug 2005 22:01:37 +0000 (15:01 -0700)
commitd1e079b3fc90c7c114f46771e983a72ac8740882
tree7c0bf2cdece65ae355977bf7aff3925fd20217ea
parent8409668b561fbe464f7a392e8dc77eca225d27ac
[IA64-SGI] fix bte_copy() calling smp_processor_id() while preemptible

bte_copy() calls calls smp_processor_id(), which will get flagged if
preemption if enabled.  raw_smp_processor_id() is used instead
because we are just using it to pick a BTE interface and are not
tied to a specific cpu.

Signed-off-by: Russ Anderson (rja@sgi.com)
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/bte.c