patch-2.1.77 linux/arch/i386/kernel/smp.c

Next file: linux/arch/i386/mm/init.c
Previous file: linux/arch/i386/kernel/signal.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.76/linux/arch/i386/kernel/smp.c linux/arch/i386/kernel/smp.c
@@ -25,6 +25,7 @@
  *		Alan Cox	:	Dumb bug: 'B' step PPro's are fine
  *		Ingo Molnar	:	Added APIC timers, based on code
  *					from Jose Renau
+ *		Alan Cox	:	Added EBDA scanning
  */
 
 #include <linux/kernel.h>
@@ -924,7 +925,7 @@
 	if (!max_cpus)
 	{
 		smp_found_config = 0;
-		printk("SMP mode deactivated, forcing use of dummy APIC emulation.\n");
+		printk(KERN_INFO "SMP mode deactivated, forcing use of dummy APIC emulation.\n");
 	}
 
 	/*
@@ -1063,7 +1064,7 @@
 			if(cpu_present_map&(1<<i))
 				bogosum+=cpu_data[i].loops_per_sec;
 		}
-		printk("Total of %d processors activated (%lu.%02lu BogoMIPS).\n",
+		printk(KERN_INFO "Total of %d processors activated (%lu.%02lu BogoMIPS).\n",
 			cpucount+1,
 			(bogosum+2500)/500000,
 			((bogosum+2500)/5000)%100);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov