X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fproc%2Fstat.c;h=510413eb25b8bbff35853232c5b72f0881eaf78c;hb=c291ee622165cb2c8d4e7af63fffd499354a23be;hp=bf2d03f8fd3e1ae6fec98e5bd7f81bb1410bf6dd;hpb=7c063edee6855a2489f995578f6c7a4ab0ddfe07;p=cascardo%2Flinux.git 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) /* sum again ? it could be updated? */ for_each_irq_nr(j) - seq_put_decimal_ull(p, ' ', kstat_irqs(j)); + seq_put_decimal_ull(p, ' ', kstat_irqs_usr(j)); seq_printf(p, "\nctxt %llu\n"