Re: [PATCH] powerpc/powernv: check OPAL_REGISTER_DUMP_REGION calls exist

2015-02-25 Thread Stewart Smith
Cedric Le Goater writes: > On 02/25/2015 10:16 PM, Stewart Smith wrote: >> Cédric Le Goater writes: >>> On Open Power systems, such call fails in OPAL : >>> >>>OPAL: Called with bad token 101 ! >>> >>> The check on the OPAL_UNREGISTER_DUMP_REGION call is added for >>> symmetry. I did not se

Re: [PATCH] powerpc/powernv: check OPAL_REGISTER_DUMP_REGION calls exist

2015-02-25 Thread Cedric Le Goater
On 02/25/2015 10:16 PM, Stewart Smith wrote: > Cédric Le Goater writes: >> On Open Power systems, such call fails in OPAL : >> >>OPAL: Called with bad token 101 ! >> >> The check on the OPAL_UNREGISTER_DUMP_REGION call is added for >> symmetry. I did not see any errors for it. > > I've alre

Re: [PATCH] powerpc/powernv: check OPAL_REGISTER_DUMP_REGION calls exist

2015-02-25 Thread Stewart Smith
Cédric Le Goater writes: > On Open Power systems, such call fails in OPAL : > >OPAL: Called with bad token 101 ! > > The check on the OPAL_UNREGISTER_DUMP_REGION call is added for > symmetry. I did not see any errors for it. I've already put in a patch to squash this: Message-Id: <142371872

[PATCH] powerpc/powernv: check OPAL_REGISTER_DUMP_REGION calls exist

2015-02-25 Thread Cédric Le Goater
On Open Power systems, such call fails in OPAL : OPAL: Called with bad token 101 ! The check on the OPAL_UNREGISTER_DUMP_REGION call is added for symmetry. I did not see any errors for it. Signed-off-by: Cédric Le Goater --- arch/powerpc/platforms/powernv/opal.c |8 1 file ch