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:
0b5de96
)
IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processor_id()
author
Joachim Fenkes
<fenkes@de.ibm.com>
Wed, 12 Sep 2007 14:44:11 +0000
(16:44 +0200)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 10 Oct 2007 02:59:11 +0000
(19:59 -0700)
We can use raw_smp_processor_id() here because the processor ID is
only used for debug output and therefore our use is preemption-unsafe.
Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found