From: Russ Anderson <(rja@sgi.com)> Date: Mon, 15 Aug 2005 21:46:00 +0000 (-0700) Subject: [IA64-SGI] fix bte_copy() calling smp_processor_id() while preemptible X-Git-Tag: v2.6.14-rc1~1019^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e079b3fc90c7c114f46771e983a72ac8740882;p=pandora-kernel.git [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 --- Reading git-diff-tree failed