From: Robert Richter Date: Thu, 8 Jan 2009 14:29:47 +0000 (+0100) Subject: powerpc/oprofile: fix cell/pr_util.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=014cef91ecef9d5e85f9c98a2efbf8a8c4710510;p=deliverable%2Flinux.git powerpc/oprofile: fix cell/pr_util.h Signed-off-by: Robert Richter --- diff --git a/arch/powerpc/oprofile/cell/pr_util.h b/arch/powerpc/oprofile/cell/pr_util.h index 628009c01958..bca7207bd92a 100644 --- a/arch/powerpc/oprofile/cell/pr_util.h +++ b/arch/powerpc/oprofile/cell/pr_util.h @@ -89,9 +89,9 @@ void vma_map_free(struct vma_to_fileoffset_map *map); * Entry point for SPU profiling. * cycles_reset is the SPU_CYCLES count value specified by the user. */ -int start_spu_profiling(unsigned int cycles_reset); +int start_spu_profiling_cycles(unsigned int cycles_reset); -void stop_spu_profiling(void); +void stop_spu_profiling_cycles(void); /* add the necessary profiling hooks */