[PATCH] powerpc/mm: Fix parse_arg build error

Kumar Gala galak at kernel.crashing.org
Sat Jan 14 07:45:31 EST 2012


On Jan 12, 2012, at 11:05 PM, Matthew McClintock wrote:

> This fixes this build issue:
> 
> arch/powerpc/mm/hugetlbpage.c: In function 'reserve_hugetlb_gpages':
> arch/powerpc/mm/hugetlbpage.c:312:2: error: implicit declaration of function 'parse_args'
> make[1]: *** [arch/powerpc/mm/hugetlbpage.o] Error 1
> 
> Signed-off-by: Matthew McClintock <msm at freescale.com>
> ---
> This is for benh next tree
> 
> arch/powerpc/mm/hugetlbpage.c |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

This is fixed upstream, benh's tree is based on a older snapshot of linus's tree that doesn't have this fix.

commit 13020be8be2d5843c3810169cdbcc51f07ff020f
Author: Kumar Gala <galak at kernel.crashing.org>
Date:   Thu Nov 24 09:40:07 2011 +0000

    powerpc: Fix compiliation with hugetlbfs enabled

- k


More information about the Linuxppc-dev mailing list