diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/perf_counter/builtin-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index 112b94ed3298..1fde12762ca4 100644 --- a/Documentation/perf_counter/builtin-stat.c +++ b/Documentation/perf_counter/builtin-stat.c | |||
@@ -171,7 +171,7 @@ static unsigned int page_size; | |||
171 | 171 | ||
172 | static int zero; | 172 | static int zero; |
173 | 173 | ||
174 | static int scale; | 174 | static int scale = 1; |
175 | 175 | ||
176 | static const unsigned int default_count[] = { | 176 | static const unsigned int default_count[] = { |
177 | 1000000, | 177 | 1000000, |