x86: __show_registers() and __show_regs() API unification
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 3 Apr 2008 13:40:48 +0000 (16:40 +0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:04 +0000 (10:33 +0200)
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 <penberg@cs.helsinki.fi>
Acked-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found