Browse Source

powerpc/oprofile: fix cell/pr_util.h

Signed-off-by: Robert Richter <robert.richter@amd.com>
Robert Richter 16 years ago
parent
commit
014cef91ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/powerpc/oprofile/cell/pr_util.h

+ 2 - 2
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.
  * Entry point for SPU profiling.
  * cycles_reset is the SPU_CYCLES count value specified by the user.
  * 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 */
 /* add the necessary profiling hooks */