commit | 6ffb9c8c5f59a50779109e8b0a2e1bdd4b9be5c5 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Wed May 14 19:35:15 2014 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Jun 19 18:09:40 2015 +0530 |
tree | a6c124d9250e63241544227095df7b1c3a26ef56 | |
parent | 5a343b9fe22995c43b1209b0b63ea0fa2824cbae [diff] |
ARC: Make way for pt_regs != user_regs_struct These have been register compatible so far. However ARCv2 mandates different pt_regs layout (due to h/w auto save). To keep pt_regs same for both, we start by removing the assumption - used mainly for block copies between the 2 structs in signal handling and ptrace Signed-off-by: Vineet Gupta <vgupta@synopsys.com>