mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
powerpc/le: Show the endianess of the LPAR under PowerVM.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
9048e648bc
commit
983d8a6dda
1 changed files with 4 additions and 0 deletions
|
@ -510,7 +510,11 @@ static void __init pSeries_setup_arch(void)
|
|||
static int __init pSeries_init_panel(void)
|
||||
{
|
||||
/* Manually leave the kernel version on the panel. */
|
||||
#ifdef __BIG_ENDIAN__
|
||||
ppc_md.progress("Linux ppc64\n", 0);
|
||||
#else
|
||||
ppc_md.progress("Linux ppc64le\n", 0);
|
||||
#endif
|
||||
ppc_md.progress(init_utsname()->version, 0);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue