From: Pekka Enberg Date: Thu, 3 Apr 2008 13:40:48 +0000 (+0300) Subject: x86: __show_registers() and __show_regs() API unification X-Git-Tag: v2.6.28-rc1~611^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ce07c8042975e52df4cec1f41faf15b83f2e42;p=pandora-kernel.git 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 Acked-by: Vegard Nossum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed