Re: [PATCH] NUMA API for Linux 5/ Add VMA hooks for policy

From: Andi Kleen
Date: Wed May 05 2004 - 11:41:20 EST


> Looks like you should do something equivalent to adding:
>
> #include <linux/mempolicy.h>
>
> to the files:
>
> arch/ia64/ia32/binfmt_elf32.c
> arch/ia64/kernel/perfmon.c
> arch/ia64/mm/init.c
> kernel/exit.c
>
> The following, based off the numa-api-vma-policy-hooks patch in Andrew's
> latest 2.6.6-rc3-mm2, includes these additional includes, and builds
> successfully:

This is not needed, because mempolicy.h is included in mm.h, which
is included at some point by all of these.
Perhaps you missed a patch? (several of the patches depended on each other)

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