]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs
authorAnton Blanchard <anton@samba.org>
Tue, 22 Apr 2014 05:01:22 +0000 (15:01 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Apr 2014 03:11:21 +0000 (13:11 +1000)
commit2bad742388d23c15f2cb355bb992046e30065a11
tree2eb81b3f1ed902d3b11e8383315eb57d2d00eee7
parent4966bfa1b3347ee75e6d93859a2e8ce9a662390c
powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs

Using size_t in our APIs is asking for trouble, especially
when some OPAL calls use size_t pointers.

Signed-off-by: Anton Blanchard <anton@samba.org>
Reviewed-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/opal.h
arch/powerpc/platforms/powernv/opal-elog.c