[PATCH 0/4] Remove unused macros from asm-offset
Disha Goel
disgoel at linux.vnet.ibm.com
Tue Sep 13 17:40:21 AEST 2022
There were commits which did code refactoring and converting some of kvm
assembly routines to C. When doing it, many of the asm-offset macro
definitions were missed to remove. Patchset here removes those.
Patch1 removes usage of KVM_TLB_SETS macro from the asm-offset
Patch2 removes KVM_RADIX macro from the asm-offset.c
Patch3 removes a set of unused kvm vcpu and hstate macros from the
asm-offset.c
Patch4 removes unused HSTATE/host_mmcr references for MMCR3/SIER2/SIER3
Link to the script used to get unused macro:
https://github.com/maddy-kerneldev/scripts/blob/master/check_asm-offset.sh
Link to linux-ci job result:
https://github.com/disgoel/linux-ci/actions
Disha Goel (3):
powerpc/asm-offset: Remove unused KVM_TLB_SETS macros
powerpc/asm-offset: Remove unused KVM_RADIX macros
powerpc/kvm: Remove unused macros from asm-offset
Kajol Jain (1):
powerpc/kvm: Remove unused references for MMCR3/SIER2/SIER3 registers
arch/powerpc/include/asm/kvm_book3s_asm.h | 2 +-
arch/powerpc/kernel/asm-offsets.c | 25 -----------------------
2 files changed, 1 insertion(+), 26 deletions(-)
--
2.31.1
More information about the Linuxppc-dev
mailing list