[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090114080111.GC18649@elte.hu>
Date: Wed, 14 Jan 2009 09:01:11 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Gregory Haskins <ghaskins@...ell.com>
Cc: rostedt@...e.goodmis.org, peterz@...radead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] sched: fix build error in kernel/sched_rt.c when
RT_GROUP_SCHED && !SMP
* Gregory Haskins <ghaskins@...ell.com> wrote:
> +#define dec_rt_group(rt_se, rt_rq) do { } while (0)
Please dont _ever_ introduce new CPP macros into core kernel code, and if
you see existing once, please fix them to be proper C inline functions.
(there's a few other new macros in your patchset)
Ingo
--
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