On Sat, 12 May 2007 20:07:04 +0200 Borislav Petkov <[EMAIL PROTECTED]> wrote:

> Hi Andrew,
> 
>    i've been going over the interrupt-handling code and noticed that the 
> SA_xxx
>    interrupt flags are scheduled for removal sometime in 9/2007 with a prior
>    grace period of 6 months for people to fix external stuff. In order to do 
> so,
>    a __deprecated inline function wraps those flags.
>    What puzzles me is that the __deprecated-patches are only in -mm and not in
>    mainline. Is the -mm-testing audience wide enough to cause userspace to fix
>    their apps prior to the SA_xxx removal or am I missing something? I.e,
>    shouldn't tglx's patches hit mainline first?
> 

No, the deprecation is in mainline now

+static inline
+unsigned long __deprecated deprecated_irq_flag(unsigned long flag)
+{
+       return flag;
+}

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

Reply via email to