Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90923
b: refs/heads/master
c: 5c0cbd7
h: refs/heads/master
i:
  90921: 08fce06
  90919: b8d456b
v: v3
  • Loading branch information
Paul Mundt committed Apr 18, 2008
1 parent 294bd52 commit 567fc70
Show file tree
Hide file tree
Showing 3 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: 2163b4cb01cd79cd1291696fc4636740026d61cb
refs/heads/master: 5c0cbd74bb56aeb7f3de883ab79c5f501622ccb1
6 changes: 3 additions & 3 deletions trunk/arch/sh/lib/clear_page.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ ENTRY(clear_page)
mov #0,r0
!
1:
#if defined(CONFIG_CPU_SH3)
mov.l r0,@r4
#elif defined(CONFIG_CPU_SH4)
#if defined(CONFIG_CPU_SH4)
movca.l r0,@r4
mov r4,r1
#else
mov.l r0,@r4
#endif
add #32,r4
mov.l r0,@-r4
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/sh/lib/copy_page.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ ENTRY(copy_page)
mov.l @r11+,r5
mov.l @r11+,r6
mov.l @r11+,r7
#if defined(CONFIG_CPU_SH3)
mov.l r0,@r10
#elif defined(CONFIG_CPU_SH4)
#if defined(CONFIG_CPU_SH4)
movca.l r0,@r10
mov r10,r0
#else
mov.l r0,@r10
#endif
add #32,r10
mov.l r7,@-r10
Expand Down

0 comments on commit 567fc70

Please sign in to comment.