From: Yoichi Yuasa 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 Cc: Christoph Lameter Signed-off-by: Andrew Morton --- 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 #include #include +#include #include #include _