Skip to content
Commit 16f9afe6 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: pt_regs update #3: Remove unused gutter at start of callee_regs



This is trickier than prev two:

* context switching code saves kernel mode callee regs in the format of
  struct callee_regs thus needs adjustment. This also reduces the height
  of topmost kernel stack frame by 1 word.

* Since kernel stack unwinder is sensitive to height of topmost kernel
  stack frame, that needs a word of adjustment too.

ptrace needs a bit of updating since pt_regs now diverges from
user_regs_struct.

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 2fa91904
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment