From: Jan-Bernd Themann Date: Tue, 15 Jun 2010 05:35:42 +0000 (+0000) Subject: ehea: Fix kernel deadlock in DLPAR-mem processing X-Git-Tag: v2.6.35-rc4~54^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=099473c16bac7b936994bc95b5fd96f36397e1ad;p=pandora-kernel.git ehea: Fix kernel deadlock in DLPAR-mem processing Port reset operations and memory add/remove operations need to be serialized to avoid a kernel deadlock. The deadlock is caused by calling the napi_disable() function twice. Therefore we have to employ the dlpar_mem_lock in the ehea_reset_port function as well Signed-off-by: Jan-Bernd Themann Signed-off-by: David S. Miller --- Reading git-diff-tree failed