Re: [patch 03/10] sched: add exported arch_reinit_sched_domains()to header file.

From: Andrew Morton
Date: Wed Mar 12 2008 - 19:03:46 EST


On Wed, 12 Mar 2008 18:31:58 +0100
Martin Schwidefsky <schwidefsky@xxxxxxxxxx> wrote:

> +#if defined(CONFIG_SCHED_MC) || defined(CONFIG_SCHED_SMT)
> +extern int arch_reinit_sched_domains(void);
> +#endif

I tend to recommend that the ifdefs be omitted here.

It has the downside that the build will then fail at link-time rather than
at compile-time, but I haven't seen anyone complain about that.


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