x86/common.c: Make have_cpuid_p() a global function
authorFenghua Yu <fenghua.yu@intel.com>
Fri, 21 Dec 2012 07:44:23 +0000 (23:44 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 31 Jan 2013 21:18:58 +0000 (13:18 -0800)
commitd288e1cf8e62f3e4034f1f021f047009c4ac0b3c
tree2f0a2076fabb4435c1b5830f845d33f61c21c659
parent9cd4d78e21cfdc709b1af516214ec4f69ee0e6bd
x86/common.c: Make have_cpuid_p() a global function

Remove static declaration in have_cpuid_p() to make it a global function. The
function will be called in early loading microcode.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Link: http://lkml.kernel.org/r/1356075872-3054-4-git-send-email-fenghua.yu@intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/common.c