mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rockchip: sip: sm_nsec_ctx adds fiq spsr, sp and lr
due to optee os bugfix patch for FIQ: cf6a4d8 arm: sm: [bugfix] save/restore fiq core registers we have to update sm_nsec_ctx to keep same with optee os, otherwise FIQ debugger "bt" command is abnormal. Change-Id: I950cfacd1c34abd88fbee2862c593b5fa59387bd Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
07f3a9425f
commit
2d9a3c1125
|
|
@ -205,6 +205,9 @@ struct sm_nsec_ctx {
|
|||
u32 irq_spsr;
|
||||
u32 irq_sp;
|
||||
u32 irq_lr;
|
||||
u32 fiq_spsr;
|
||||
u32 fiq_sp;
|
||||
u32 fiq_lr;
|
||||
u32 svc_spsr;
|
||||
u32 svc_sp;
|
||||
u32 svc_lr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user