Re: [PATCH 4/4] powerpc/powernv: Fix little endian issues OPAL error log code

2014-03-27 Thread Anton Blanchard
Hi Stewart, > Do we also need any magic for the getting of error logs themselves? > > You may want to check the md5 of the logs themselves on be and le. Good idea. An md5 of the logs in LE and BE on this box checks out, so I think we are good. Anton

Re: [PATCH 4/4] powerpc/powernv: Fix little endian issues OPAL error log code

2014-03-26 Thread Stewart Smith
Anton Blanchard writes: > Fix little endian issues with the OPAL error log code. > > Signed-off-by: Anton Blanchard Reviewed-by: Stewart Smith Do we also need any magic for the getting of error logs themselves? You may want to check the md5 of the logs themselves on be and le. > --- > > Inde

[PATCH 4/4] powerpc/powernv: Fix little endian issues OPAL error log code

2014-03-26 Thread Anton Blanchard
Fix little endian issues with the OPAL error log code. Signed-off-by: Anton Blanchard --- Index: b/arch/powerpc/platforms/powernv/opal-elog.c === --- a/arch/powerpc/platforms/powernv/opal-elog.c +++ b/arch/powerpc/platforms/powernv