From: Joachim Fenkes Date: Wed, 9 May 2007 11:48:20 +0000 (+0200) Subject: IB/ehca: Remove _irqsave, move #ifdef X-Git-Tag: v2.6.22-rc2~93^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a14939e78e75dd90b54cb0df371019bc6d3e89;p=pandora-kernel.git IB/ehca: Remove _irqsave, move #ifdef - In ehca_process_eq(), we're IRQ safe throughout the whole function, so we don't need another _irqsave in the middle of flight. - take_over_work() is only called by comp_pool_callback(), so it can move into the same #ifdef block. Signed-off-by: Joachim Fenkes Signed-off-by: Roland Dreier --- Reading git-diff-tree failed