summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/machine_kexec_64.c
diff options
context:
space:
mode:
authorMichael Neuling2010-07-27 20:26:21 +0200
committerBenjamin Herrenschmidt2010-07-31 07:05:20 +0200
commit2c48a7d615b82e030196e8b61ab0c7933be16dff (patch)
treef05b17f8447c2b0e2dcdfafa7eac8b96acf0c087 /arch/powerpc/kernel/machine_kexec_64.c
parentpowerpc: ONLINE to OFFLINE CPU state transition during removal (diff)
downloadkernel-qcow2-linux-2c48a7d615b82e030196e8b61ab0c7933be16dff.tar.gz
kernel-qcow2-linux-2c48a7d615b82e030196e8b61ab0c7933be16dff.tar.xz
kernel-qcow2-linux-2c48a7d615b82e030196e8b61ab0c7933be16dff.zip
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 <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/machine_kexec_64.c')
0 files changed, 0 insertions, 0 deletions