On Wed, 14 Aug 2024 22:33:46 +0200, Thorsten Blum wrote: > Change the data type of the local variable this_tsc_khz to u32 because > virtual_tsc_khz is also declared as u32. > > Since do_div() casts the divisor to u32 anyway, changing the data type > of this_tsc_khz to u32 also removes the following Coccinelle/coccicheck > warning reported by do_div.cocci: > > [...] Applied to kvm-x86 misc, thanks! [1/1] KVM: x86: Optimize local variable in start_sw_tscdeadline() https://github.com/kvm-x86/linux/commit/1448d4a935ab -- https://github.com/kvm-x86/linux/tree/next