Re: [PATCH] params: Fix parse_args() use in PowerPC's reserve_hugetlb_gpages()

2012-02-19 Thread Rusty Russell
On Fri, 17 Feb 2012 16:08:36 +, Pawel Moll wrote: > Commit b8076966e8e1 ("params: _initcall-like kernel parameters") > changed the parse_args() API without fixing all the callers. Done now. > > Signed-off-by: Pawel Moll Thanks Stephen, Pawel. Applied, Rusty. ___

[PATCH] params: Fix parse_args() use in PowerPC's reserve_hugetlb_gpages()

2012-02-17 Thread Pawel Moll
Commit b8076966e8e1 ("params: _initcall-like kernel parameters") changed the parse_args() API without fixing all the callers. Done now. Signed-off-by: Pawel Moll --- arch/powerpc/mm/hugetlbpage.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/mm/hugetlbpa