powerpc/pseries/svm: Drop unused align argument in alloc_shared_lppaca() function
authorSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Fri, 12 Jun 2020 14:29:53 +0000 (19:59 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 22 Jun 2020 00:37:59 +0000 (10:37 +1000)
commit178748b6d14946f080d49bc7dcc47b7cc4437e4d
treefcac85496d43ad5a4becf5641815218140145f6f
parent7c466b0807960edc13e4b855be85ea765df9a6cd
powerpc/pseries/svm: Drop unused align argument in alloc_shared_lppaca() function

Argument "align" in alloc_shared_lppaca() was unused inside the
function. Let's drop it and update code comment for page alignment.

Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Reviewed-by: Thiago Jung Bauermann <bauerman@linux.ibm.com>
Reviewed-by: Laurent Dufour <ldufour@linux.ibm.com>
[mpe: Massage comment wording/formatting]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200612142953.135408-1-sathnaga@linux.vnet.ibm.com
arch/powerpc/kernel/paca.c