public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* COMPACTION and TRANSPARENT_HUGEPAGE config warning
@ 2011-01-22 14:48 Luca Tettamanti
  2011-01-22 18:38 ` [PATCH] compaction: don't depend on HUGETLB_PAGE Andrea Arcangeli
  0 siblings, 1 reply; 4+ messages in thread
From: Luca Tettamanti @ 2011-01-22 14:48 UTC (permalink / raw)
  To: Andrea Arcangeli; +Cc: LKML

Hello Andrea,
this commit:

commit 5d6892407cab23d4bf2f6de065ca351a53849323
Author: Andrea Arcangeli <aarcange@redhat.com>
Date:   Thu Jan 13 15:47:07 2011 -0800

    thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled

causes this warning during the configuration process:

warning: (TRANSPARENT_HUGEPAGE) selects COMPACTION which has unmet
direct dependencies (EXPERIMENTAL && HUGETLB_PAGE && MMU)

This happens because 'select' does not enable the dependencies of its
target, so when I selected THP it also enabled COMPATION but I don't
have HUGETLBFS (=HUGETLB_PAGE) enabled.
Making THP select HUGETLB_PAGE fixes the warning but I'm not 100% sure
that's correct (does it work without HUGETLBFS?).

Luca

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-26  8:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-22 14:48 COMPACTION and TRANSPARENT_HUGEPAGE config warning Luca Tettamanti
2011-01-22 18:38 ` [PATCH] compaction: don't depend on HUGETLB_PAGE Andrea Arcangeli
2011-01-23 17:51   ` Luca Tettamanti
2011-01-26  8:44   ` Mel Gorman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox