commit | e7f98dbbb89b68b23a5115708412a820a713fbf1 | [log] [tgz] |
---|---|---|
author | Russ Anderson <rja@sgi.com> | Tue Oct 25 17:34:19 2005 -0500 |
committer | Tony Luck <tony.luck@intel.com> | Tue Oct 25 16:53:38 2005 -0700 |
tree | ec373399557962045efa884d17b4a094b701c45b | |
parent | 444d1d9bb5b724f03344c9317bc01d54a9b39073 [diff] |
[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 <tony.luck@intel.com>