]> Git Repo - linux.git/commit
x86, cpu: Kill cpu_has_mp
authorBorislav Petkov <[email protected]>
Tue, 24 Jun 2014 11:25:05 +0000 (13:25 +0200)
committerH. Peter Anvin <[email protected]>
Mon, 14 Jul 2014 19:21:40 +0000 (12:21 -0700)
commitaf0fa6f6b5851761e9fbf79eb14ba86e857b4e7b
tree842c27b7d4f1ea711e4acba86607bf461c5a8c61
parent26bfa5f89486a8926cd4d4ca81a04d3f0f174934
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 <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
arch/x86/include/asm/cpufeature.h
This page took 0.054054 seconds and 4 git commands to generate.