diff options
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/powerpc/pmu/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/pmu/lib.c b/tools/testing/selftests/powerpc/pmu/lib.c index 0f6a4731d546..11e26e8cf33a 100644 --- a/tools/testing/selftests/powerpc/pmu/lib.c +++ b/tools/testing/selftests/powerpc/pmu/lib.c | |||
| @@ -177,8 +177,8 @@ struct addr_range libc, vdso; | |||
| 177 | 177 | ||
| 178 | int parse_proc_maps(void) | 178 | int parse_proc_maps(void) |
| 179 | { | 179 | { |
| 180 | unsigned long start, end; | ||
| 180 | char execute, name[128]; | 181 | char execute, name[128]; |
| 181 | uint64_t start, end; | ||
| 182 | FILE *f; | 182 | FILE *f; |
| 183 | int rc; | 183 | int rc; |
| 184 | 184 | ||
