Re: [PATCH] powerpc/pseries/svm: Fixup align argument in alloc_shared_lppaca() function

From: Michael Ellerman
Date: Wed Jun 10 2020 - 07:21:43 EST


Satheesh Rajendran <sathnaga@xxxxxxxxxxxxxxxxxx> writes:
> Argument "align" in alloc_shared_lppaca() function was unused inside the
> function. Let's fix it and update code comment.

I think it would be better to drop the align argument entirely and keep
that logic, and the comment, internal to alloc_shared_lppaca().

cheers