diff options
Diffstat (limited to 'fs/proc')
-rw-r--r-- | fs/proc/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/stat.c b/fs/proc/stat.c index bf2d03f8fd3e..510413eb25b8 100644 --- a/fs/proc/stat.c +++ b/fs/proc/stat.c | |||
@@ -159,7 +159,7 @@ static int show_stat(struct seq_file *p, void *v) | |||
159 | 159 | ||
160 | /* sum again ? it could be updated? */ | 160 | /* sum again ? it could be updated? */ |
161 | for_each_irq_nr(j) | 161 | for_each_irq_nr(j) |
162 | seq_put_decimal_ull(p, ' ', kstat_irqs(j)); | 162 | seq_put_decimal_ull(p, ' ', kstat_irqs_usr(j)); |
163 | 163 | ||
164 | seq_printf(p, | 164 | seq_printf(p, |
165 | "\nctxt %llu\n" | 165 | "\nctxt %llu\n" |