Commit 98a7e8ac authored by Dave Jones's avatar Dave Jones Committed by Jaroslav Kysela

[PATCH] recognise P4 Xeon in mptable.

parent 26966bb8
......@@ -116,6 +116,8 @@ static char __init *mpc_family(int family,int model)
case 0x0F:
if (model == 0x00)
return("Pentium 4(tm)");
if (model == 0x02)
return("XEON(tm)");
if (model == 0x0F)
return("Special controller");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment