Loading arch/x86_64/kernel/mpparse.c +1 −10 Original line number Diff line number Diff line Loading @@ -579,7 +579,7 @@ static int __init smp_scan_config (unsigned long base, unsigned long length) return 0; } void __init find_intel_smp (void) void __init find_smp_config(void) { unsigned int address; Loading Loading @@ -617,15 +617,6 @@ void __init find_intel_smp (void) printk(KERN_INFO "No mptable found.\n"); } /* * - Intel MP Configuration Table */ void __init find_smp_config (void) { find_intel_smp(); } /* -------------------------------------------------------------------------- ACPI-based MP Configuration -------------------------------------------------------------------------- */ Loading Loading
arch/x86_64/kernel/mpparse.c +1 −10 Original line number Diff line number Diff line Loading @@ -579,7 +579,7 @@ static int __init smp_scan_config (unsigned long base, unsigned long length) return 0; } void __init find_intel_smp (void) void __init find_smp_config(void) { unsigned int address; Loading Loading @@ -617,15 +617,6 @@ void __init find_intel_smp (void) printk(KERN_INFO "No mptable found.\n"); } /* * - Intel MP Configuration Table */ void __init find_smp_config (void) { find_intel_smp(); } /* -------------------------------------------------------------------------- ACPI-based MP Configuration -------------------------------------------------------------------------- */ Loading