[GIT PULL] x86/apic for 6.10

From: Dave Hansen
Date: Mon May 13 2024 - 15:47:58 EST


Hi Linus,

Please pull a single x86/apic change for 6.10. Coccinelle complained
about some 64-bit divisions, but the divisor was really just a 32-bit
value being stored as 'unsigned long'. Fixing the types fixes the
warning.

--

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_apic_for_6.10

for you to fetch changes up to 0049f04c7dfe977a0f8f6935071db3416e641837:

x86/apic: Improve data types to fix Coccinelle warnings (2024-04-03 08:32:04 -0700)

----------------------------------------------------------------
Improve data types to fix Coccinelle division warnings

----------------------------------------------------------------
Thorsten Blum (1):
x86/apic: Improve data types to fix Coccinelle warnings

arch/x86/kernel/apic/apic.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)