x86: Make Alt-SysRq-p display the debug register contents
authorAlan Stern <stern@rowland.harvard.edu>
Sat, 21 Jul 2007 15:10:42 +0000 (17:10 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:10 +0000 (18:37 -0700)
commitbb1995d52b05f7e671914454d0ae57bd4170ef47
tree3a4924f5d24e71f4884e6598085b557d856777e8
parent44bf4cea43816d43deab73c1c16361e899996eaa
x86: Make Alt-SysRq-p display the debug register contents

This patch (as921) adds code to the show_regs() routine in i386 and x86_64
to print the contents of the debug registers along with all the others.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/process.c
arch/x86_64/kernel/process.c