[PATCH] powerpc: print cores passed to firmware in decimal
Segher Boessenkool
segher at kernel.crashing.org
Fri Jul 23 01:11:44 EST 2010
> + case 'i':
> + ++q;
> + v = va_arg(args, unsigned long);
> + prom_print_dec(v);
> + break;
Unsigned long should be "%lu".
Segher
More information about the Linuxppc-dev
mailing list