diff options
Diffstat (limited to 'arch/x86/cpu/cpu.c')
| -rw-r--r-- | arch/x86/cpu/cpu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c index 381d83526fb..3c812e97b45 100644 --- a/arch/x86/cpu/cpu.c +++ b/arch/x86/cpu/cpu.c @@ -688,7 +688,7 @@ static int x86_mp_init(void)  }  #endif -__weak int x86_init_cpus(void) +static int x86_init_cpus(void)  {  #ifdef CONFIG_SMP  	debug("Init additional CPUs\n"); | 
