aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/eeh.h
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Avoid use of uninitialised spinlock in EEH.David Woodhouse2005-11-171-1/+3
| | | | | | | | | | 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>
* powerpc: Move a bunch of ppc64 headers to include/asm-powerpcPaul Mackerras2005-11-141-0/+364
... and also delete some that are no longer used because we already had an include/asm-powerpc version of the header. Signed-off-by: Paul Mackerras <paulus@samba.org>