[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1210151349560.17947@chino.kir.corp.google.com>
Date: Mon, 15 Oct 2012 13:51:10 -0700 (PDT)
From: David Rientjes <rientjes@...gle.com>
To: Ralf Baechle <ralf@...ux-mips.org>
cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
linux-mips@...ux-mips.org, David Daney <david.daney@...ium.com>
Subject: Re: [PATCH] mm: huge_memory: Fix build error.
On Mon, 15 Oct 2012, Ralf Baechle wrote:
> Certain configurations won't implicitly pull in <linux/pagemap.h> resulting
> in the following build error:
>
> mm/huge_memory.c: In function 'release_pte_page':
> mm/huge_memory.c:1697:2: error: implicit declaration of function 'unlock_page' [-Werror=implicit-function-declaration]
> mm/huge_memory.c: In function '__collapse_huge_page_isolate':
> mm/huge_memory.c:1757:3: error: implicit declaration of function 'trylock_page' [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors
>
This is because CONFIG_HUGETLB_PAGE=n so mempolicy.h doesn't include
pagemap.h?
> Reported-by: David Daney <david.daney@...ium.com>
> Signed-off-by: Ralf Baechle <ralf@...ux-mips.org>
Acked-by: David Rientjes <rientjes@...gle.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists