[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1171033372.3697.10.camel@chaos>
Date: Fri, 09 Feb 2007 16:02:52 +0100
From: Thomas Gleixner <tglx@...utronix.de>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Jan Engelhardt <jengelh@...ux01.gwdg.de>,
linux-kernel@...r.kernel.org
Subject: Re: -mm merge plans for 2.6.21
On Thu, 2007-02-08 at 15:44 -0800, Andrew Morton wrote:
> Yeah, this seems to work.
>
> +#define emit_old_interrupt_name(old, new) \
> +static inline unsigned __deprecated emit_old_interrupt_name##old(void) \
> +{ \
> + return (new); \
> +}
> +
> +emit_old_interrupt_name(SA_INTERRUPT, IRQF_DISABLED)
> +#define SA_INTERRUPT emit_old_interrupt_nameSA_INTERRUPT()
/me cringes, but if it makes people happy, so be it. Please update the
expiry date of this evil source of eye cancer.
tglx
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 2dc5e5d..125a1c6 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -199,7 +199,7 @@ Who: Nick Piggin <npiggin@...e.de>
---------------------------
What: Interrupt only SA_* flags
-When: Januar 2007
+When: August 2007
Why: The interrupt related SA_* flags are replaced by IRQF_* to move them
out of the signal namespace.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists