akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2009-02-02-17-12 has been uploaded to > > http://userweb.kernel.org/~akpm/mmotm/ > > and will soon be available at > > git://git.zen-sources.org/zen/mmotm.git There seems to be some kind of #include hell here. I moved a few lines around in include/asm-generic/pgtable-nopmd.h & that makes the build get further, but it still has header problems (BUG() is undefined). CC arch/x86/kernel/asm-offsets.s In file included from /local/linsrc/tmp/mmotm-2009-0202-1712/include/asm-generic/pgtable-nopmd.h:7, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/include/asm/page.h:132, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/include/asm/paravirt.h:7, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/include/asm/irqflags.h:55, from /local/linsrc/tmp/mmotm-2009-0202-1712/include/linux/irqflags.h:57, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/include/asm/system.h:11, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/include/asm/processor.h:17, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/include/asm/atomic_32.h:6, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/include/asm/atomic.h:2, from /local/linsrc/tmp/mmotm-2009-0202-1712/include/linux/crypto.h:20, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/kernel/asm-offsets_32.c:7, from /local/linsrc/tmp/mmotm-2009-0202-1712/arch/x86/kernel/asm-offsets.c:2: /local/linsrc/tmp/mmotm-2009-0202-1712/include/asm-generic/pgtable-nopmd-functions.h:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /local/linsrc/tmp/mmotm-2009-0202-1712/include/asm-generic/pgtable-nopmd-functions.h:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /local/linsrc/tmp/mmotm-2009-0202-1712/include/asm-generic/pgtable-nopmd-functions.h:27: error: expected declaration specifiers or '...' before 'pmd_t' /local/linsrc/tmp/mmotm-2009-0202-1712/include/asm-generic/pgtable-nopmd-functions.h:33: error: expected declaration specifiers or '...' before 'pmd_t' make[2]: *** [arch/x86/kernel/asm-offsets.s] Error 1 -- ~Randy