powerpc: Fix ibm,client-architecture-support printout
authorAnton Blanchard <anton@samba.org>
Mon, 21 Sep 2009 20:47:39 +0000 (20:47 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 24 Sep 2009 05:31:47 +0000 (15:31 +1000)
commit049d0497060bc8db944f7b4984271327448b3603
tree52ffb99cd3d9904055cdb0b255e6e3e8dec42c5c
parentea55bf29126f0066a4e82a8545437494ff4fc431
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>
arch/powerpc/kernel/prom_init.c