X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fproc%2Fstat.c;h=510413eb25b8bbff35853232c5b72f0881eaf78c;hb=c2f471f9c32e100c6cf63c9ea831344529415884;hp=bf2d03f8fd3e1ae6fec98e5bd7f81bb1410bf6dd;hpb=08d69a25714429850cf9ef71f22d8cdc9189d93f;p=firefly-linux-kernel-4.4.55.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"