genirq: Prevent proc race against freeing of irq descriptors
[pandora-kernel.git] / fs / proc / stat.c
index 4c9a859..81a48d1 100644 (file)
@@ -141,7 +141,7 @@ static int show_stat(struct seq_file *p, void *v)
 
        /* sum again ? it could be updated? */
        for_each_irq_nr(j)
-               seq_printf(p, " %u", kstat_irqs(j));
+               seq_printf(p, " %u", kstat_irqs_usr(j));
 
        seq_printf(p,
                "\nctxt %llu\n"