Searched hist:"049 d0497060bc8db944f7b4984271327448b3603" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | diff 049d0497060bc8db944f7b4984271327448b3603 Mon Sep 21 15:47:39 CDT 2009 Anton Blanchard <anton@samba.org> powerpc: Fix ibm,client-architecture-support printout
On machines without the ibm,client-architecture-support call we were missing a newline. We may as well print the full name in all its glory too - its ibm,client-architecture-support, not ibm,client-architecture as I mistakenly wrote (a name only an IBM architect could love).
For my penance I will write out ibm,client-architecture-support 100 times.
Before:
Calling ibm,client-architecture...command line: root=/dev/sda6 console=hvc0 quiet
After:
Calling ibm,client-architecture-support... not implemented command line: root=/dev/sda6 console=hvc0
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|