commit | 1e28a7ddd3e713384e9c6768e7c502031dc205e2 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Thu Nov 17 00:44:03 2005 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Nov 17 16:53:38 2005 +1100 |
tree | 7600b576b660a531b27a72bd2e9ff67031c4dadb | |
parent | 5cfccd7f132432dd4705444a44b51d12ef88a85f [diff] |
[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 <dwmw2@infradead.org> Signed-off-by: Paul Mackerras <paulus@samba.org>