Re: [PATCH] powerpc/eeh: sysfs entries lost

2014-06-26 Thread Gavin Shan
On Thu, Jun 26, 2014 at 02:58:47AM -0400, Mike Qiu wrote: >The sysfs entries are lost because of commit 2213fb1 ("powerpc/eeh: >Skip eeh sysfs when eeh is disabled"). That commit added condition >to create sysfs entries with EEH_ENABLED, which isn't populated >when trying to create sysfs entries on

[PATCH] powerpc/eeh: sysfs entries lost

2014-06-25 Thread Mike Qiu
The sysfs entries are lost because of commit 2213fb1 ("powerpc/eeh: Skip eeh sysfs when eeh is disabled"). That commit added condition to create sysfs entries with EEH_ENABLED, which isn't populated when trying to create sysfs entries on PowerNV platform during system boot time. The patch fixes the