Re: [PATCH 0/63] Basic scheduler support for automatic NUMAbalancing V9

From: Ingo Molnar
Date: Wed Oct 09 2013 - 07:13:36 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> mmzone.c:
>
> #if defined(CONFIG_NUMA_BALANCING) && !defined(LAST_CPUPID_IN_PAGE_FLAGS)
>
> Note the missing 'NOT_' in the latter line. I've changed it to:
>
> #if defined(CONFIG_NUMA_BALANCING) && defined(LAST_CPUPID_NOT_IN_PAGE_FLAGS)

Actually, I think it should be:

#if defined(CONFIG_NUMA_BALANCING) && !defined(LAST_CPUPID_NOT_IN_PAGE_FLAGS)

I'll fold back this fix to keep it bisectable on 32-bit platforms.

Thanks,

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/