git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
444d1d9
)
[IA64-SGI] fix bte_copy() calling get_nasid() while preemptible
author
Russ Anderson
<rja@sgi.com>
Tue, 25 Oct 2005 22:34:19 +0000
(17:34 -0500)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 25 Oct 2005 23:53:38 +0000
(16:53 -0700)
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>
No differences found