lscpu:Add Phytium FT-2000+ & S2500 support

This commit is contained in:
panchenbo 2021-08-11 19:33:31 +08:00 committed by Karel Zak
parent 6dde514b2a
commit 75882dea1a
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ static const struct id_part hisi_part[] = {
};
static const struct id_part ft_part[] = {
{ 0x662, "FT-2000+" },
{ 0x663, "S2500" },
{ -1, "unknown" },
};