]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/x86/kcpuid: Remove unused global variable
authorAhmed S. Darwish <darwi@linutronix.de>
Mon, 24 Mar 2025 14:20:28 +0000 (15:20 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Mar 2025 08:53:45 +0000 (09:53 +0100)
commit2b383ca0896f0ffc24fd4d93440320d2dd5daad1
treee77a19ca08c7da3814975e770b6b815d1d8647a8
parentc061ded035b5bdeb21adc1046c0bfbba4bcee2d2
tools/x86/kcpuid: Remove unused global variable

The global variable "is_amd" is written to, but is not read from
anywhere.  Remove it.

Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20250324142042.29010-8-darwi@linutronix.de
tools/arch/x86/kcpuid/kcpuid.c