From: Joachim Fenkes Date: Wed, 12 Sep 2007 14:44:11 +0000 (+0200) Subject: IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processor_id() X-Git-Tag: v2.6.24-rc1~1453^2~60 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5110e4de4995db1c28457b08ed1e291f9b38f2e7;p=pandora-kernel.git IB/ehca: Replace get_paca()->paca_index by the more portable raw_smp_processor_id() 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed