rpms/kernel/devel linux-2.6-x86_64-silence-up-apic-errors.patch, 1.1, 1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 7 23:28:05 UTC 2005


Author: davej

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

Modified Files:
	linux-2.6-x86_64-silence-up-apic-errors.patch 
Log Message:
duh


linux-2.6-x86_64-silence-up-apic-errors.patch:
 apic.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

Index: linux-2.6-x86_64-silence-up-apic-errors.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-x86_64-silence-up-apic-errors.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-x86_64-silence-up-apic-errors.patch	7 Dec 2005 20:21:09 -0000	1.1
+++ linux-2.6-x86_64-silence-up-apic-errors.patch	7 Dec 2005 23:28:00 -0000	1.2
@@ -10,7 +10,7 @@
  	   7: Illegal register address
  	*/
 -	printk (KERN_DEBUG "APIC error on CPU%d: %02x(%02x)\n",
-+	if (num_online_cpus > 1)
++	if (num_online_cpus() > 1)
 +		printk (KERN_DEBUG "APIC error on CPU%d: %02x(%02x)\n",
  	        smp_processor_id(), v , v1);
  	irq_exit();




More information about the fedora-cvs-commits mailing list