| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-24 | powerpc/pseries: Move VPHN constants into vphn.h | Michael Ellerman | 2 | -1/+1 | |
| These 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] | |||||
| 2019-07-04 | powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/ | Naveen N. Rao | 1 | -0/+1 | |
| hcall_vphn() is specific to pseries and will be used in a subsequent patch. So, move it to a more appropriate place under arch/powerpc/platforms/pseries. Also merge vphn.h into lppaca.h and update vphn selftest to use the new files. Signed-off-by: Naveen N. Rao <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> | |||||