commit | af0fa6f6b5851761e9fbf79eb14ba86e857b4e7b | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Tue Jun 24 13:25:05 2014 +0200 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Mon Jul 14 12:21:40 2014 -0700 |
tree | 842c27b7d4f1ea711e4acba86607bf461c5a8c61 | |
parent | 26bfa5f89486a8926cd4d4ca81a04d3f0f174934 [diff] |
x86, cpu: Kill cpu_has_mp It was used only for checking for some K7s which didn't have MP support, see http://www.hardwaresecrets.com/article/How-to-Transform-an-Athlon-XP-into-an-Athlon-MP/24 and it was unconditionally set on 64-bit for no reason. Kill it. Signed-off-by: Borislav Petkov <bp@suse.de> Link: http://lkml.kernel.org/r/1403609105-8332-4-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin <hpa@zytor.com>