IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processor_id()
authorJoachim Fenkes <fenkes@de.ibm.com>
Wed, 12 Sep 2007 14:44:11 +0000 (16:44 +0200)
committerRoland 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