Re: [PATCH v2 1/2] powerpc/kvm: Remove unused macros from asm-offset

2022-09-20 Thread Nicholas Piggin
On Fri Sep 16, 2022 at 8:57 PM AEST, Disha Goel wrote: > The kvm code was refactored to convert some of kvm assembly routines to C. > This includes commits which moved code path for the kvm guest entry/exit > for p7/8 from aseembly to C. As part of the code changes, usage of some of > the macros we

[PATCH v2 1/2] powerpc/kvm: Remove unused macros from asm-offset

2022-09-16 Thread Disha Goel
The kvm code was refactored to convert some of kvm assembly routines to C. This includes commits which moved code path for the kvm guest entry/exit for p7/8 from aseembly to C. As part of the code changes, usage of some of the macros were removed. But definitions still exist in the assembly files.