From: Michael Neuling Date: Tue, 27 Jul 2010 18:26:21 +0000 (+0000) Subject: powerpc: Print decimal values in prom_init.c X-Git-Tag: v2.6.36-rc1~559^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c48a7d615b82e030196e8b61ab0c7933be16dff;p=pandora-kernel.git powerpc: Print decimal values in prom_init.c Currently we look pretty stupid when printing out a bunch of things in prom_init.c. eg. Max number of cores passed to firmware: 0x0000000000000080 So I've change this to print in decimal: Max number of cores passed to firmware: 128 (NR_CPUS = 256) This required adding a prom_print_dec() function and changing some prom_printk() calls from %x to %lu. Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed