Skip to content
Commit 5c0aebf6 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc: Show utsname->machine in boot-up banner



Currently we print "Starting Linux PPC64" at boot. But we don't mention
anywhere whether the kernel is big or little endian.

If we print the utsname->machine value instead we get either "ppc64" or
"ppc64le" which is much more informative, eg:

  Starting Linux ppc64le #1 SMP Wed Apr 15 12:12:20 AEST 2015

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 5af7a6f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment