x86: __show_registers() and __show_regs() API unification
authorPekka Enberg <[email protected]>
Thu, 3 Apr 2008 13:40:48 +0000 (16:40 +0300)
committerIngo Molnar <[email protected]>
Mon, 13 Oct 2008 08:33:04 +0000 (10:33 +0200)
commite2ce07c8042975e52df4cec1f41faf15b83f2e42
tree06c14a1fb16a8aec6b134961e7492761612ba32c
parent1e0b5d00b230ceffe1bb33284b46b8572e418423
x86: __show_registers() and __show_regs() API unification

Currently the low-level function to dump user-passed registers on i386 is
called __show_registers() whereas on x86-64 it's called __show_regs(). Unify
the API to simplify porting of kmemcheck to x86-64.

Signed-off-by: Pekka Enberg <[email protected]>
Acked-by: Vegard Nossum <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c
arch/x86/kernel/traps_32.c
arch/x86/kernel/traps_64.c
include/asm-x86/kdebug.h