diff options
author | Robert Richter <robert.richter@amd.com> | 2009-01-08 09:29:47 -0500 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-01-08 09:50:25 -0500 |
commit | 014cef91ecef9d5e85f9c98a2efbf8a8c4710510 (patch) | |
tree | 0f809281680882390698147d4e9b3f8f7adb6d48 /arch/powerpc | |
parent | 9b93418e7ee59dbc96d44cfde7f65f886e54dba9 (diff) |
powerpc/oprofile: fix cell/pr_util.h
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/oprofile/cell/pr_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); | |||
89 | * Entry point for SPU profiling. | 89 | * Entry point for SPU profiling. |
90 | * cycles_reset is the SPU_CYCLES count value specified by the user. | 90 | * cycles_reset is the SPU_CYCLES count value specified by the user. |
91 | */ | 91 | */ |
92 | int start_spu_profiling(unsigned int cycles_reset); | 92 | int start_spu_profiling_cycles(unsigned int cycles_reset); |
93 | 93 | ||
94 | void stop_spu_profiling(void); | 94 | void stop_spu_profiling_cycles(void); |
95 | 95 | ||
96 | 96 | ||
97 | /* add the necessary profiling hooks */ | 97 | /* add the necessary profiling hooks */ |