powerpc/pseries: Move VPHN constants into vphn.hThese don't have any particularly good reason to belong in lppaca.h,move them into their own header.Signed-off-by: Michael Ellerman <mpe@ellerman.
powerpc/pseries: Move VPHN constants into vphn.hThese don't have any particularly good reason to belong in lppaca.h,move them into their own header.Signed-off-by: Michael Ellerman <[email protected]>Link: https://msgid.link/[email protected]
show more ...
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/hcall_vphn() is specific to pseries and will be used in a subsequentpatch. So, move it to a more appropriate place underarch/power
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/hcall_vphn() is specific to pseries and will be used in a subsequentpatch. So, move it to a more appropriate place underarch/powerpc/platforms/pseries. Also merge vphn.h into lppaca.hand update vphn selftest to use the new files.Signed-off-by: Naveen N. Rao <[email protected]>Signed-off-by: Michael Ellerman <[email protected]>