Re: SA_TRIGGER_* vs. SA_SAMPLE_RANDOM

From: Thomas Gleixner
Date: Fri Jun 30 2006 - 18:21:36 EST


On Fri, 2006-06-30 at 13:31 -0700, David Miller wrote:
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Date: Fri, 30 Jun 2006 22:27:27 +0200
>
> > I'll cook it up tomorrow.
>
> Thanks a lot Thomas. :)

That's what I came up with:

SA_INTERRUPT IRQF_IRQS_DISABLED
SA_SAMPLE_RANDOM IRQF_SAMPLE_RANDOM
SA_SHIRQ IRQF_SHARE_IRQ
SA_PROBEIRQ IRQF_PROBE_IRQ
SA_TRIGGER_LOW IRQF_TRIGGER_LOW
SA_TRIGGER_HIGH IRQF_TRIGGER_HIGH
SA_TRIGGER_FALLING IRQF_TRIGGER_FALLING
SA_TRIGGER_RISING IRQF_TRIGGER_RISING
SA_TRIGGER_MASK IRQF_TRIGGER_MASK
SA_TIMER IRQF_TIMER

It affects only 720 files :)

tglx


-
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/