please pull ppc64-2.6.git
Linus Torvalds
torvalds at osdl.org
Tue Aug 30 11:17:26 EST 2005
Paul,
I get tons of warnings like
include/linux/hugetlb.h:104:1: warning: "hugetlb_free_pgd_range" redefined
In file included from include/linux/mm.h:36,
from drivers/base/node.c:8:
include/asm/pgtable.h:492:1: warning: this is the location of the previous definition
after merging this. The generic code expects ARCH_HAS_HUGEPAGE_ONLY_RANGE
to go hand-in-hand with hugetlb_free_pgd_range().
You do have that #define, but only when CONFIG_HUGETLB_PAGE is defined.
But you define the "hugetlb_free_pgd_range()" thing unconditionally.
Pls fix,
Linus
More information about the Linuxppc64-dev
mailing list