From: Michael Ellerman Date: Wed, 15 Apr 2015 02:17:07 +0000 (+1000) Subject: powerpc: Show utsname->machine in boot-up banner X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c0aebf6e101e9ea6ddea7aaba13582c89206333;p=pandora-kernel.git 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: Michael Ellerman --- Reading git-diff-tree failed