commit | c2813a35700a53d660d9b7f7b4810e1cef167ede | [log] [tgz] |
---|---|---|
author | Harsh Prateek Bora <harshpb@linux.ibm.com> | Fri Mar 08 16:49:28 2024 +0530 |
committer | Nicholas Piggin <npiggin@gmail.com> | Wed Mar 13 02:47:04 2024 +1000 |
tree | 9024f094240eef790ed2236d825576d9cf860943 | |
parent | 6026fdbdbdf5f30edc906de0ae287e95c1b6892b [diff] |
spapr: nested: move nested part of spapr_get_pate into spapr_nested.c Most of the nested code has already been moved to spapr_nested.c This logic inside spapr_get_pate is related to nested guests and better suited for spapr_nested.c, hence moving there. Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>