Skip to content

Commit

Permalink
ARC: pt_regs update #0: remove kernel stack canary
Browse files Browse the repository at this point in the history
This stack slot is going to be used in subsequent commits

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Vineet Gupta committed Jun 22, 2013
1 parent 3e1ae44 commit bed3097
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions arch/arc/include/asm/entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,6 @@
/* With current tsk in r9, get it's kernel mode stack base */
GET_TSK_STACK_BASE r9, r9

#ifdef PT_REGS_CANARY
st 0xabcdabcd, [r9, 0]
#endif

/* Save Pre Intr/Exception User SP on kernel stack */
st.a sp, [r9, -12] ; Make room for orig_r0 and orig_r8

Expand Down Expand Up @@ -437,11 +433,6 @@
lr r9, [erbta]
st.a r9, [sp, -4]

#ifdef PT_REGS_CANARY
mov r9, 0xdeadbeef
st r9, [sp, -4]
#endif

/* move up by 1 word to "create" pt_regs->"stack_place_holder" */
sub sp, sp, 4
.endm
Expand Down Expand Up @@ -540,10 +531,6 @@
lr r9, [bta_l1]
st.a r9, [sp, -4]

#ifdef PT_REGS_CANARY
mov r9, 0xdeadbee1
st r9, [sp, -4]
#endif
/* move up by 1 word to "create" pt_regs->"stack_place_holder" */
sub sp, sp, 4
.endm
Expand Down Expand Up @@ -575,11 +562,6 @@
lr r9, [bta_l2]
st.a r9, [sp, -4]

#ifdef PT_REGS_CANARY
mov r9, 0xdeadbee2
st r9, [sp, -4]
#endif

/* move up by 1 word to "create" pt_regs->"stack_place_holder" */
sub sp, sp, 4
.endm
Expand Down

0 comments on commit bed3097

Please sign in to comment.