mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-10-04 23:05:11 +10:00
tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.4
Update kcpuid's CSV file to version 2.4, as generated by x86-cpuid-db. Summary of the v2.4 changes: * Mark CPUID(0x80000001) EDX:23 bit, 'e_mmx', as not exclusive to Transmeta since it is supported by AMD as well. Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Andrew Cooper <andrew.cooper3@citrix.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: John Ogness <john.ogness@linutronix.de> Cc: x86-cpuid@lists.linux.dev Link: https://gitlab.com/x86-cpuid.org/x86-cpuid-db/-/blob/v2.4/CHANGELOG.rst Link: https://lore.kernel.org/r/20250506050437.10264-2-darwi@linutronix.de
This commit is contained in:
parent
24035886d7
commit
49394b5af4
@ -1,5 +1,5 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
# Generator: x86-cpuid-db v2.3
|
||||
# Generator: x86-cpuid-db v2.4
|
||||
|
||||
#
|
||||
# Auto-generated file.
|
||||
@ -689,7 +689,7 @@
|
||||
0x80000001, 0, edx, 19, mp , Out-of-spec AMD Multiprocessing bit
|
||||
0x80000001, 0, edx, 20, nx , No-execute page protection
|
||||
0x80000001, 0, edx, 22, mmxext , AMD MMX extensions
|
||||
0x80000001, 0, edx, 23, e_mmx , MMX instructions (Transmeta)
|
||||
0x80000001, 0, edx, 23, e_mmx , MMX instructions
|
||||
0x80000001, 0, edx, 24, e_fxsr , FXSAVE and FXRSTOR instructions
|
||||
0x80000001, 0, edx, 25, fxsr_opt , FXSAVE and FXRSTOR optimizations
|
||||
0x80000001, 0, edx, 26, pdpe1gb , 1-GB large page support
|
||||
|
|
Loading…
Reference in New Issue
Block a user