* Scheduled removal of SA_xxx interrupt flags
@ 2007-05-12 18:07 Borislav Petkov
2007-05-12 18:12 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2007-05-12 18:07 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, Thomas Gleixner
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?
--
Regards/Gruß,
Boris.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Scheduled removal of SA_xxx interrupt flags
2007-05-12 18:07 Scheduled removal of SA_xxx interrupt flags Borislav Petkov
@ 2007-05-12 18:12 ` Andrew Morton
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2007-05-12 18:12 UTC (permalink / raw)
To: bbpetkov; +Cc: linux-kernel, Thomas Gleixner
On Sat, 12 May 2007 20:07:04 +0200 Borislav Petkov <bbpetkov@yahoo.de> 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;
+}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-12 18:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-12 18:07 Scheduled removal of SA_xxx interrupt flags Borislav Petkov
2007-05-12 18:12 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome