[POWERPC] bootwrapper: Use `unsigned long' for malloc sizes
[powerpc.git] / arch / powerpc / boot / of.c
index 8fb42b6..d16ee3e 100644 (file)
@@ -173,7 +173,7 @@ static void *claim(unsigned long virt, unsigned long size, unsigned long align)
        return (void *) virt;
 }
 
-static void *of_try_claim(u32 size)
+static void *of_try_claim(unsigned long size)
 {
        unsigned long addr = 0;