diff options
Diffstat (limited to 'arch/x86/kernel/head32.c')
| -rw-r--r-- | arch/x86/kernel/head32.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/head32.c b/arch/x86/kernel/head32.c index 06f87bece92..d6c1b983699 100644 --- a/arch/x86/kernel/head32.c +++ b/arch/x86/kernel/head32.c @@ -29,14 +29,14 @@ static void __init i386_default_early_setup(void)  	reserve_ebda_region();  } -asmlinkage void __init i386_start_kernel(void) +asmlinkage __visible void __init i386_start_kernel(void)  {  	sanitize_boot_params(&boot_params);  	/* Call the subarch specific early setup function */  	switch (boot_params.hdr.hardware_subarch) { -	case X86_SUBARCH_MRST: -		x86_mrst_early_setup(); +	case X86_SUBARCH_INTEL_MID: +		x86_intel_mid_early_setup();  		break;  	case X86_SUBARCH_CE4100:  		x86_ce4100_early_setup();  | 
