Skip to content

Commit

Permalink
dpm: deepsleep: reserve stack
Browse files Browse the repository at this point in the history
Reserve 12 bytes on the stack for deepsleep use.

Signed-off-by: Steven Miao <realmz6@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
  • Loading branch information
Steven Miao authored and Bob Liu committed Jul 24, 2012
1 parent 7c7d027 commit 68bcdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf609/dpm.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ENTRY(_dummy_deepsleep)
ENDPROC(_dummy_deepsleep)

ENTRY(_enter_deepsleep)
LINK 0x0;
LINK 0xC;
[--sp] = (R7:0,P5:0);

/* Change EVT 11 entry to dummy handler for wake up event */
Expand Down

0 comments on commit 68bcdd4

Please sign in to comment.