x86/cpuid: Remove obsolete CPUID(0x2) iteration macro
authorAhmed S. Darwish <darwi@linutronix.de>
Fri, 11 Apr 2025 07:04:00 +0000 (09:04 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 11 Apr 2025 09:14:55 +0000 (11:14 +0200)
commit718f9038acc53631cc887676b9c433e6fb9f15dc
tree5bfcc0d75c977463e13249d31aa1a2e37e129d59
parent9f13acb2406a3aed90c6738b3a2f1c0e43118cbd
x86/cpuid: Remove obsolete CPUID(0x2) iteration macro

The CPUID(0x2) cache descriptors iterator at <cpuid/leaf_0x2_api.h>:

    for_each_leaf_0x2_desc()

has no more call sites.  Remove it.

Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250411070401.1358760-2-darwi@linutronix.de
arch/x86/include/asm/cpuid/leaf_0x2_api.h