On Mon, Jul 30, 2007 at 08:17:18PM -0400, Joe Korty wrote:
> Add missing IRQs and IRQ descriptions to /proc/interrupts.
>
> /proc/interrupts is most useful when it displays every
> IRQ vector in use by the system, not just those somebody
> thought would be interesting.
>
> This patch inserts the
On Mon, 30 Jul 2007 20:17:18 -0400 Joe Korty <[EMAIL PROTECTED]> wrote:
> + seq_printf(p, "RES: ");
> + seq_printf(p, "CAL: ");
> + seq_printf(p, "TLB: ");
> + seq_printf(p, "TRM: ");
Documentation/filesystems/proc.txt presently describes NMI:, LOC:
Joe Korty wrote:
> +#ifdef CONFIG_SMP
> + seq_printf(p, "RES: ");
> + for_each_online_cpu(j)
> + seq_printf(p, "%10u ",
> + per_cpu(irq_stat,j).irq_resched_counts);
> + seq_printf(p, " Rescheduling interrupts\n");
Add missing IRQs and IRQ descriptions to /proc/interrupts.
/proc/interrupts is most useful when it displays every
IRQ vector in use by the system, not just those somebody
thought would be interesting.
This patch inserts the following vector displays to the
i386 and x86_64 platforms, as appropriat
4 matches
Mail list logo