diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-01-06 08:58:22 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-01-08 00:25:18 -0500 |
commit | 9b635642bce0500bdc7331ce8eeca97907b77117 (patch) | |
tree | fa032cd1ae113896c988a95da214c0699e339abc /arch/powerpc | |
parent | 7021d86afa6f3a8bf76218ac97f5847a6d985730 (diff) |
powerpc/cell: Fix the prototype of create_vma_map()
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/oprofile/cell/pr_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/cell/pr_util.h b/arch/powerpc/oprofile/cell/pr_util.h index 628009c01958..dfdbffa06818 100644 --- a/arch/powerpc/oprofile/cell/pr_util.h +++ b/arch/powerpc/oprofile/cell/pr_util.h | |||
@@ -79,7 +79,7 @@ struct spu_buffer { | |||
79 | * the vma-to-fileoffset map. | 79 | * the vma-to-fileoffset map. |
80 | */ | 80 | */ |
81 | struct vma_to_fileoffset_map *create_vma_map(const struct spu *spu, | 81 | struct vma_to_fileoffset_map *create_vma_map(const struct spu *spu, |
82 | u64 objectid); | 82 | unsigned long objectid); |
83 | unsigned int vma_map_lookup(struct vma_to_fileoffset_map *map, | 83 | unsigned int vma_map_lookup(struct vma_to_fileoffset_map *map, |
84 | unsigned int vma, const struct spu *aSpu, | 84 | unsigned int vma, const struct spu *aSpu, |
85 | int *grd_val); | 85 | int *grd_val); |