From: Russ Anderson Date: Tue, 25 Oct 2005 22:34:19 +0000 (-0500) Subject: [IA64-SGI] fix bte_copy() calling get_nasid() while preemptible X-Git-Tag: v2.6.15-rc1~731^2~16^2^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f98dbbb89b68b23a5115708412a820a713fbf1;p=pandora-kernel.git [IA64-SGI] fix bte_copy() calling get_nasid() while preemptible bte_copy() calls calls get_nasid(), which will get flagged if preemption if enabled. raw_smp_processor_id() is used instead. It is OK if we migrate off node. Signed-off-by: Russ Anderson (rja@sgi.com) Signed-off-by: Tony Luck --- Reading git-diff-tree failed