+1
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>