]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
powerpc/cell: Fix the prototype of create_vma_map()
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 Jan 2009 13:58:22 +0000 (13:58 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 8 Jan 2009 05:25:18 +0000 (16:25 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/oprofile/cell/pr_util.h

index 628009c01958fc261ed1d14b3ff6e1352fa9afa5..dfdbffa068182b8383590f67d789449ca4f73171 100644 (file)
@@ -79,7 +79,7 @@ struct spu_buffer {
  * the vma-to-fileoffset map.
  */
 struct vma_to_fileoffset_map *create_vma_map(const struct spu *spu,
-                                            u64 objectid);
+                                            unsigned long objectid);
 unsigned int vma_map_lookup(struct vma_to_fileoffset_map *map,
                            unsigned int vma, const struct spu *aSpu,
                            int *grd_val);