Re: [PATCH] [5/58] x86_64: Report the pending irq if available insmp_affinity

From: Ingo Molnar
Date: Thu Jul 19 2007 - 06:35:14 EST



* Andi Kleen <ak@xxxxxxx> wrote:

> - int len = cpumask_scnprintf(page, count, irq_desc[(long)data].affinity);
> + struct irq_desc *desc = irq_desc + (long)data;
> + cpumask_t *mask = &desc->affinity;
> + int len;
> +#ifdef CONFIG_GENERIC_PENDING_IRQ
> + if (desc->status & IRQ_MOVE_PENDING)

small style nit: please put a newline after the type definitions.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/