Skip to content

Commit

Permalink
powerpc/oprofile: fix cell/pr_util.h
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Richter <robert.richter@amd.com>
  • Loading branch information
Robert Richter committed Jan 8, 2009
1 parent 9b93418 commit 014cef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/oprofile/cell/pr_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 014cef9

Please sign in to comment.