Re: [PATCH 6/7] dump_stack: unify debug information printed by show_regs()

2013-04-12 Thread Chris Metcalf
On 4/3/2013 3:14 PM, Tejun Heo wrote: > show_regs() is inherently arch-dependent but it does make sense to > print generic debug information and some archs already do albeit in > slightly different forms. This patch introduces a generic function to > print debug information from show_regs() so tha

[PATCH 6/7] dump_stack: unify debug information printed by show_regs()

2013-04-03 Thread Tejun Heo
show_regs() is inherently arch-dependent but it does make sense to print generic debug information and some archs already do albeit in slightly different forms. This patch introduces a generic function to print debug information from show_regs() so that different archs print out the same informati