

two printk warnings


 arch/ppc64/kernel/setup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/ppc64/kernel/setup.c~ppc64-setup-warning-fix arch/ppc64/kernel/setup.c
--- 25-power4/arch/ppc64/kernel/setup.c~ppc64-setup-warning-fix	2003-05-22 00:37:21.000000000 -0700
+++ 25-power4-akpm/arch/ppc64/kernel/setup.c	2003-05-22 00:38:36.000000000 -0700
@@ -193,9 +193,9 @@ void setup_system(unsigned long r3, unsi
 	printk("naca                          = 0x%p\n", naca);
 	printk("naca->pftSize                 = 0x%lx\n", naca->pftSize);
 	printk("naca->debug_switch            = 0x%lx\n", naca->debug_switch);
-	printk("naca->interrupt_controller    = 0x%d\n", naca->interrupt_controller);
+	printk("naca->interrupt_controller    = 0x%ld\n", naca->interrupt_controller);
 	printk("systemcf                      = 0x%p\n", systemcfg);
-	printk("systemcfg->processorCount     = 0x%x\n", systemcfg->processorCount);
+	printk("systemcfg->processorCount     = 0x%lx\n", systemcfg->processorCount);
 	printk("systemcfg->physicalMemorySize = 0x%lx\n", systemcfg->physicalMemorySize);
 	printk("systemcfg->dCacheL1LineSize   = 0x%x\n", systemcfg->dCacheL1LineSize);
 	printk("systemcfg->iCacheL1LineSize   = 0x%x\n", systemcfg->iCacheL1LineSize);

_
