commit | e2ce07c8042975e52df4cec1f41faf15b83f2e42 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Apr 03 16:40:48 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:33:04 2008 +0200 |
tree | 06c14a1fb16a8aec6b134961e7492761612ba32c | |
parent | 1e0b5d00b230ceffe1bb33284b46b8572e418423 [diff] |
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 <penberg@cs.helsinki.fi> Acked-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>