Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257901
b: refs/heads/master
c: da31d6f
h: refs/heads/master
i:
  257899: 534e5a5
v: v3
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent f643282 commit e6adfa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9466a0510a5445d81eaf33affc20e2f7e2e718fb
refs/heads/master: da31d6fb46b7671622dbfd44c7f27b0c97dc2faa
12 changes: 6 additions & 6 deletions trunk/arch/blackfin/mach-common/dpmc_modes.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
.section .l1.text

ENTRY(_sleep_mode)
[--SP] = ( R7:0, P5:0 );
[--SP] = RETS;
[--SP] = (R7:4, P5:3);
[--SP] = RETS;

call _set_sic_iwr;

Expand Down Expand Up @@ -46,7 +46,7 @@ ENTRY(_sleep_mode)
call _test_pll_locked;

RETS = [SP++];
( R7:0, P5:0 ) = [SP++];
(R7:4, P5:3) = [SP++];
RTS;
ENDPROC(_sleep_mode)

Expand Down Expand Up @@ -81,8 +81,8 @@ ENTRY(_hibernate_mode)
ENDPROC(_hibernate_mode)

ENTRY(_sleep_deeper)
[--SP] = ( R7:0, P5:0 );
[--SP] = RETS;
[--SP] = (R7:4, P5:3);
[--SP] = RETS;

CLI R4;

Expand Down Expand Up @@ -175,7 +175,7 @@ ENTRY(_sleep_deeper)
STI R4;

RETS = [SP++];
( R7:0, P5:0 ) = [SP++];
(R7:4, P5:3) = [SP++];
RTS;
ENDPROC(_sleep_deeper)

Expand Down

0 comments on commit e6adfa7

Please sign in to comment.