Home
last modified time | relevance | path

Searched hist:"2 e82ca3c3978d441ab272a7a964d03c6d2ee2bf3" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dtraps.cdiff 2e82ca3c3978d441ab272a7a964d03c6d2ee2bf3 Wed Aug 23 15:56:21 CEST 2017 Michael Ellerman <mpe@ellerman.id.au> powerpc/oops: Print the kernel's endian in the oops

Although the MSR tells you what endian you're in it's possible that
isn't the same endian the kernel was built for, and if that happens
you're usually having a very bad day. So print a marker to make
it 100% clear which endian the kernel was built for.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>