Re: [PATCH 2/2] powerpc/powernv: Rework EEH initialization on powernv

2017-09-13 Thread Russell Currey
On Thu, 2017-09-07 at 16:35 +1000, Benjamin Herrenschmidt wrote: > Remove the post_init callback which is only used > by powernv, we can just call it explicitly from > the powernv code. > > This partially kills the ability to "disable" eeh at > runtime via debugfs as this was calling that same >

[PATCH 2/2] powerpc/powernv: Rework EEH initialization on powernv

2017-09-07 Thread Benjamin Herrenschmidt
Remove the post_init callback which is only used by powernv, we can just call it explicitly from the powernv code. This partially kills the ability to "disable" eeh at runtime via debugfs as this was calling that same callback again, but this is both unused and broken in several ways. If we want