Re: [PATCH 1/4] powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs

2014-03-26 Thread Stewart Smith
Anton Blanchard writes: > Using size_t in our APIs is asking for trouble, especially > when some OPAL calls use size_t pointers. > > Signed-off-by: Anton Blanchard Reviewed-by: Stewart Smith > --- > > Index: b/arch/powerpc/include/asm/opal.h > ===

[PATCH 1/4] powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs

2014-03-26 Thread Anton Blanchard
Using size_t in our APIs is asking for trouble, especially when some OPAL calls use size_t pointers. Signed-off-by: Anton Blanchard --- Index: b/arch/powerpc/include/asm/opal.h === --- a/arch/powerpc/include/asm/opal.h +++ b/arch/p