The patch titled highmem: fixed ip27-memory.c build error has been added to the -mm tree. Its filename is reduce-max_nr_zones-move-highmem-counters-into-highmemc-h-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: highmem: fixed ip27-memory.c build error From: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> This patch has fixed following build error. This error occurred in relation to reduce-max_nr_zones-move-highmem-counters-into-highmemc-h.patch . CC arch/mips/sgi-ip27/ip27-memory.o arch/mips/sgi-ip27/ip27-memory.c: In function `mem_init': arch/mips/sgi-ip27/ip27-memory.c:582: error: `totalhigh_pages' undeclared (first use in this function) arch/mips/sgi-ip27/ip27-memory.c:582: error: (Each undeclared identifier is reported only once arch/mips/sgi-ip27/ip27-memory.c:582: error: for each function it appears in.) make[1]: *** [arch/mips/sgi-ip27/ip27-memory.o] Error 1 make: *** [arch/mips/sgi-ip27] Error 2 Signed-off-by: Yoichi Yuasa <yoichi_yuasa@xxxxxxxxxxxxxx> Cc: Christoph Lameter <clameter@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/mips/sgi-ip27/ip27-memory.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/mips/sgi-ip27/ip27-memory.c~reduce-max_nr_zones-move-highmem-counters-into-highmemc-h-fix arch/mips/sgi-ip27/ip27-memory.c --- a/arch/mips/sgi-ip27/ip27-memory.c~reduce-max_nr_zones-move-highmem-counters-into-highmemc-h-fix +++ a/arch/mips/sgi-ip27/ip27-memory.c @@ -19,6 +19,7 @@ #include <linux/swap.h> #include <linux/bootmem.h> #include <linux/pfn.h> +#include <linux/highmem.h> #include <asm/page.h> #include <asm/sections.h> _ Patches currently in -mm which might be from yoichi_yuasa@xxxxxxxxxxxxxx are drivers-base-check-errors-fix-2.patch powerpc-use-check_irq_per_cpu.patch reduce-max_nr_zones-move-highmem-counters-into-highmemc-h-fix.patch always-define-irq_per_cpu.patch irq-fixed-coding-style.patch irq-removed-a-extra-line.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html