public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] smpboot: fix printk type warning
@ 2003-08-23  6:07 Randy.Dunlap
  2003-08-25 19:16 ` David Mosberger
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2003-08-23  6:07 UTC (permalink / raw)
  To: linux-ia64


Possibly fallout from cpumask changes (?)....


patch_name:	cpus_printk.patch
patch_version:	2003-08-22.22:22:33
author:		Randy.Dunlap <rddunlap@osdl.org>
description:	fix printk type warning
product:	Linux
product_versions: 260-test4
diffstat:	 arch/ia64/kernel/smpboot.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Naur ./arch/ia64/kernel/smpboot.c~cpus ./arch/ia64/kernel/smpboot.c
--- ./arch/ia64/kernel/smpboot.c~cpus	Fri Aug 22 16:53:14 2003
+++ ./arch/ia64/kernel/smpboot.c	Fri Aug 22 22:20:52 2003
@@ -560,7 +560,7 @@
 		if (cpu_online(cpu))
 			bogosum += cpu_data(cpu)->loops_per_jiffy;
 
-	printk(KERN_INFO "Total of %d processors activated (%lu.%02lu BogoMIPS).\n",
+	printk(KERN_INFO "Total of %lu processors activated (%lu.%02lu BogoMIPS).\n",
 	       num_online_cpus(), bogosum/(500000/HZ), (bogosum/(5000/HZ))%100);
 }
 


--
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-25 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-23  6:07 [PATCH] smpboot: fix printk type warning Randy.Dunlap
2003-08-25 19:16 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox