Re: [Patch] sched: new sched domain for representing multi-core

From: Ingo Molnar
Date: Thu Jan 26 2006 - 19:06:53 EST



a few minor nits:

* Siddha, Suresh B <suresh.b.siddha@xxxxxxxxx> wrote:

> +config SCHED_MC
> + bool "Multi-core scheduler support"
> + depends on SMP
> + default off

no need to add 'default off', that's the default.

> -#ifdef CONFIG_SCHED_SMT
> +#if defined(CONFIG_SCHED_SMT)

stale change.

Otherwise, looks pretty clean to me, both the scheduler and the x86_*
arch level bits! Would be nice to get this tested in -mm too.

Acked-by: Ingo Molnar <mingo@xxxxxxx>

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