From: H. Peter Anvin Date: Thu, 28 Aug 2008 00:56:44 +0000 (-0700) Subject: x86: generate names for /proc/cpuinfo from X-Git-Tag: v2.6.28-rc1~699^2^8~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7414aa41a63348c3bc72d8c37b716024c29b6d50;p=pandora-kernel.git x86: generate names for /proc/cpuinfo from We have had a number of cases where (and its predecessors) have diverged substantially from the names list in /proc/cpuinfo. This patch generates the latter from the former. It retains the option for explicitly overriding the strings, but by making that require a separate action it should at least be less likely to happen. It would be good to do a future pass and rename strings that are gratuituously different in the kernel (/proc/cpuinfo is a userspace interface and must remain constant.) Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed