From: Tony Luck Date: Mon, 5 Jun 2006 20:54:14 +0000 (-0700) Subject: [IA64] Add "model name" to /proc/cpuinfo X-Git-Tag: v2.6.19-rc1~901^2~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d08bb3f09054edc45326ce5c698a3f6c45f5d0;p=pandora-kernel.git [IA64] Add "model name" to /proc/cpuinfo Linux ia64 port tried to decode the processor family number to something human-readable, but Intel brandnames don't change synchronously with updates to the family number. Adopt a more i386-like approach and just print the family number in decimal. Add a new field "model name" that uses PAL_BRAND_INFO to find the official name for the cpu, or on older systems, falls back to using the well-known codenames (Merced, McKinley, Madison). Signed-off-by: Tony Luck --- Reading git-diff-tree failed