Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 983d8a6d authored by Tony Breeds's avatar Tony Breeds Committed by Benjamin Herrenschmidt
Browse files

powerpc/le: Show the endianess of the LPAR under PowerVM.

parent 9048e648
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;