x86/traps: Drop redundant printk() in fatal_trap()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 28 Nov 2017 18:48:07 +0000 (18:48 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 1 Dec 2017 19:03:28 +0000 (19:03 +0000)
commit30867b3c5a6dcf83426487fc431b395393db662c
treebb5ca6b62ec470013169e5b5ac1d842f46c96a05
parente225eb8d9956e74207b8c333430ab9f4b5379d47
x86/traps: Drop redundant printk() in fatal_trap()

show_page_walk() already prints the linear address of the walk, and
show_execution_state() has printed a raw %cr2 value.  This avoids having
two adjacent log lines with identical information.

  (XEN) Faulting linear address: 00000000025ff028
  (XEN) Pagetable walk from 00000000025ff028:
  ...

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/traps.c