| | Date | Wed, 12 Mar 2008 16:03:28 -0700 | | From | Andrew Morton <> | | Subject | Re: [patch 03/10] sched: add exported arch_reinit_sched_domains() to header file. |
| |
On Wed, 12 Mar 2008 18:31:58 +0100 Martin Schwidefsky <schwidefsky@de.ibm.com> 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.
|