powerpc: Rename plapr routines to plpar
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 8 Mar 2018 02:54:41 +0000 (13:54 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Mar 2018 12:43:04 +0000 (23:43 +1100)
commit7c09c1869c9ceb8b356e23161d2ceb0ed0849ac5
treec9b2a7a426e031e84daefb1004485e4b590ae114
parent5017e875e497c00dbc17558161fec3ff30b2b4a9
powerpc: Rename plapr routines to plpar

Back in 2013 we added some hypercall wrappers which misspelled
"plpar" (P-series Logical PARtition) as "plapr".

Visually they're hard to distinguish and it almost doesn't matter, but
it is confusing when grepping to miss some calls because of the typo.

They've also started spreading, so before they take over let's fix
them all to be "plpar".

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/plpar_wrappers.h
arch/powerpc/platforms/pseries/setup.c
arch/powerpc/platforms/pseries/smp.c
arch/powerpc/xmon/xmon.c