]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
powerpc/64s: Add MMU type to __die() output
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Jan 2019 11:57:37 +0000 (22:57 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Jan 2019 00:17:10 +0000 (11:17 +1100)
commit16842516ea9cb237079cb9ffcb6466ce760fc37d
tree8da77413ad67da16c08132a72f71b8b0e6d068f2
parent184051396b9d75a2a9ae64f134f3ee9d7250801c
powerpc/64s: Add MMU type to __die() output

On Power9 machines (64-bit Book3S), we can be running with either the
Hash table or Radix tree MMU enabled. So add some text to the __die()
output to tell us which is enabled, for the case where all you have is
the oops output and no other information.

Example output:

  kernel BUG at drivers/misc/lkdtm/bugs.c:63!
  Oops: Exception in kernel mode, sig: 5 [#1]
  LE PAGE_SIZE=64K MMU=Hash SMP NR_CPUS=2048 NUMA pSeries
  Modules linked in: kvm vmx_crypto binfmt_misc ip_tables x_tables

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/traps.c