[POWERPC] bootwrapper: Use `unsigned long' for malloc sizes
authorGeert Uytterhoeven <Geert.Uytterhoeven@eu.sony.com>
Wed, 18 Apr 2007 09:24:12 +0000 (19:24 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 24 Apr 2007 12:06:54 +0000 (22:06 +1000)
commit4ca478e6066ce57f7cc856af36aaf1a2d64417cb
treee7fd07e2a44e0027064c62e493fc9f7015fe9dcf
parente58923ed14370e0facc5eb2c3923216adc3bf260
[POWERPC] bootwrapper: Use `unsigned long' for malloc sizes

Use `unsigned long' for malloc sizes, to match common practice and types used
by most callers and callees.
Also use `unsigned long' for integers representing pointers in simple_alloc.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@eu.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/of.c
arch/powerpc/boot/ops.h
arch/powerpc/boot/simple_alloc.c