[PATCH 08/12] IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processor_id()

2007-09-12 Thread Joachim Fenkes
We can use raw_smp_processor_id() here because the processor ID is only used for debug output and may therefore be preemption-unsafe. Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- This is the same patch, but with smp_processor_id() replaced by raw_smp_processor_id(), as kindly pointed

[PATCH 08/12] IB/ehca: Replace get_paca()-paca_index by the more portable raw_smp_processor_id()

2007-09-12 Thread Joachim Fenkes
We can use raw_smp_processor_id() here because the processor ID is only used for debug output and may therefore be preemption-unsafe. Signed-off-by: Joachim Fenkes [EMAIL PROTECTED] --- This is the same patch, but with smp_processor_id() replaced by raw_smp_processor_id(), as kindly pointed out