]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc/oprofile: fix cell/pr_util.h
authorRobert Richter <robert.richter@amd.com>
Thu, 8 Jan 2009 14:29:47 +0000 (15:29 +0100)
committerRobert Richter <robert.richter@amd.com>
Thu, 8 Jan 2009 14:50:25 +0000 (15:50 +0100)
Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/powerpc/oprofile/cell/pr_util.h

index 628009c01958fc261ed1d14b3ff6e1352fa9afa5..bca7207bd92aa7619cd7de3b062613d2287785a0 100644 (file)
@@ -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 */