Skip to content

Commit

Permalink
powerpc/le: Show the endianess of the LPAR under PowerVM.
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Breeds <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
tbreeds authored and ozbenh committed Apr 30, 2014
1 parent 9048e64 commit 983d8a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 983d8a6

Please sign in to comment.