kernelslacker / x86info

x86info : x86 processor register decoder.
GNU General Public License v2.0
40 stars 20 forks source link

Fix identify-family6-extended.c::get_namestring() to print cpu model name correctly. #6

Closed msaitoh closed 7 years ago

msaitoh commented 7 years ago

When I tested on a Kaby Lake machine, it showed:

CPU Model (x86info's best guess): Unknown model.

even though it had 0x9e. This diff fix the problem (for ONLYMODEL flag). After fix, it shows:

CPU Model (x86info's best guess): [Kabylake desktop]

It also fixes ONLYMHZ flag though it's not used.

kernelslacker commented 7 years ago

applied, sorry for delay.