Skip to content
  • Anton Blanchard's avatar
    powerpc: Fix ibm,client-architecture-support printout · 049d0497
    Anton Blanchard authored
    
    
    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: default avatarAnton Blanchard <anton@samba.org>
    Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
    049d0497