From: David Woodhouse Date: Thu, 17 Nov 2005 00:44:03 +0000 (+0000) Subject: [PATCH] Avoid use of uninitialised spinlock in EEH. X-Git-Tag: v2.6.15-rc2~37^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e28a7ddd3e713384e9c6768e7c502031dc205e2;p=pandora-kernel.git [PATCH] Avoid use of uninitialised spinlock in EEH. If the kernel supports both G5 and pSeries, and CONFIG_EEH is enabled, eeh_init() is (quite reasonably) never called when we boot on a G5. Yet eeh_check_failure() still gets called. We should avoid doing that if !eeh_subsystem_enabled. Signed-off-by: David Woodhouse Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed