]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/cpu: Remove unused TLB strings
authorThomas Gleixner <tglx@linutronix.de>
Tue, 4 Mar 2025 08:51:20 +0000 (09:51 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 4 Mar 2025 10:17:33 +0000 (11:17 +0100)
commit1f61dfdf16cd3bab383741c2eb43e7f69e9f592f
tree3c795b9dca1b6391cf1b34c8728d6ae3ede57953
parent535d9a82702ee75b0da6e4547f367beeeef184a3
x86/cpu: Remove unused TLB strings

Commit:

  e0ba94f14f74 ("x86/tlb_info: get last level TLB entry number of CPU")

added the TLB table for parsing CPUID(0x4), including strings
describing them. The string entry in the table was never used.

Convert them to comments.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250304085152.51092-10-darwi@linutronix.de
arch/x86/kernel/cpu/cpu.h
arch/x86/kernel/cpu/intel.c