rpms/kernel/devel linux-2.6-x86_64-smp-on-uphw-cpucount.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 23 19:11:48 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18875

Modified Files:
	linux-2.6-x86_64-smp-on-uphw-cpucount.patch 
Log Message:
be a little more verbose when we hit this


linux-2.6-x86_64-smp-on-uphw-cpucount.patch:
 smpboot.c |    5 +++++
 1 files changed, 5 insertions(+)

Index: linux-2.6-x86_64-smp-on-uphw-cpucount.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-x86_64-smp-on-uphw-cpucount.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-x86_64-smp-on-uphw-cpucount.patch	21 Feb 2006 20:47:21 -0000	1.1
+++ linux-2.6-x86_64-smp-on-uphw-cpucount.patch	23 Feb 2006 19:11:44 -0000	1.2
@@ -1,12 +1,14 @@
 
 --- linux-2.6.15.noarch/arch/x86_64/kernel/smpboot.c~	2006-02-20 21:59:56.000000000 -0500
 +++ linux-2.6.15.noarch/arch/x86_64/kernel/smpboot.c	2006-02-20 22:01:57.000000000 -0500
-@@ -975,6 +975,9 @@ __init void prefill_possible_map(void)
+@@ -975,6 +975,11 @@ __init void prefill_possible_map(void)
  	if (possible > NR_CPUS) 
  		possible = NR_CPUS;
  
-+	if (possible == 0)	/* Could be SMP kernel on UP hw with broken BIOS */
++	if (possible == 0) {	/* Could be SMP kernel on UP hw with broken BIOS */
 +		possible = 1;
++		printk (KERN_DEBUG "BIOS never enumerated boot CPU.\n");
++	}
 +
  	printk(KERN_INFO "SMP: Allowing %d CPUs, %d hotplug CPUs\n",
  		possible,




More information about the fedora-cvs-commits mailing list