Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77815
b: refs/heads/master
c: 325df7f
h: refs/heads/master
i:
  77813: 131aade
  77811: 273e3f2
  77807: 51ec188
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 24c30b4 commit cdaf64e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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: 1efe4ce3ca126da77e450d5a83f7201949d76f62
refs/heads/master: 325df7f20467da07901c4f2b006d3457bba0adec
2 changes: 2 additions & 0 deletions trunk/arch/sh/lib/clear_page.S
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ ENTRY(clear_page)
!
rts
nop

.balign 4
.Llimit: .long (PAGE_SIZE-28)

ENTRY(__clear_user)
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/sh/lib/copy_page.S
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ ENTRY(copy_page)
rts
nop

.align 2
.balign 4
.Lpsz: .long PAGE_SIZE

/*
* __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n);
* Return the number of bytes NOT copied
Expand Down

0 comments on commit cdaf64e

Please sign in to comment.