Re: [PATCH v3 1/3] arch/tile: implement user_regset interface on tile

2012-12-17 Thread Chris Metcalf
On 12/17/2012 8:08 PM, Simon Marchi wrote: > This is a basic implementation of user_regset for the tile > architecture. It reuses the basic blocks that were already there. > > Signed-off-by: Simon Marchi Thanks, I'll take this into the tile tree for this merge window. -- Chris Metcalf, Tilera C

[PATCH v3 1/3] arch/tile: implement user_regset interface on tile

2012-12-17 Thread Simon Marchi
This is a basic implementation of user_regset for the tile architecture. It reuses the basic blocks that were already there. Signed-off-by: Simon Marchi --- v2 included change for all tile architectures (not just tilegx) v3 changed #include to arch/tile/kernel/ptrace.c | 62