Re: [PATCH] fix cpumask.h in mainline for UPu

From: Andrew Morton
Date: Fri Jun 11 2004 - 18:05:42 EST


Bruno Ducrot <poup@xxxxxxxxxxxx> wrote:
>
> I'm trying to replace for_each_cpu() with for_each_cpu_mask() in
> arch/i386/kernel/cpu/cpufreq/p4-clockmod.c
>
> Unfortunately, though, davej pointed me that for_each_cpu_mask()
> is not defined in -bk if CONFIG_SMP is not defined. Since this macro is
> the only one not defined if compiled for UP, and since -mm tree do have
> the correct behaviour already, is it possible to get this patch in mainline
> before this portion of -mm is merged?
>
> +#define for_each_cpu_mask(cpu, mask) for (cpu = 0; cpu < 1; cpu++)

Yup, I'll merge that up prior to 2.6.7, thanks.
-
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/