> I think I found the bug and it's been there forever, please try this patch: CC arch/sparc/mm/tsb.o arch/sparc/mm/tsb.c: In function ʽsetup_tsb_paramsʼ: arch/sparc/mm/tsb.c:140:7: error: ʽMM_TSB_HUGEʼ undeclared (first use in this function) arch/sparc/mm/tsb.c:140:7: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [arch/sparc/mm/tsb.o] Error 1 #include <asm/mmu_64.h> defines it only for CONFIG_HUGETLB_PAGE or CONFIG_TRANSPARENT_HUGEPAGE case so it does not compile on my !THP machines. However, this invalidates my V440 and U5 tests. For now I set these to THP and try again. -- Meelis Roos (mroos@xxxxxxxx) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html