Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77794
b: refs/heads/master
c: 0dcb957
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 3ae6bc4 commit 162e6f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 35a74499a4f5abbfcdf85629d696c8cfdbd2167f
refs/heads/master: 0dcb957db5eb658d636097a9283dabdbf59de283
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 @@ -9,18 +9,18 @@
#include <asm/page.h>

/*
* clear_page_slow
* clear_page
* @to: P1 address
*
* void clear_page_slow(void *to)
* void clear_page(void *to)
*/

/*
* r0 --- scratch
* r4 --- to
* r5 --- to + PAGE_SIZE
*/
ENTRY(clear_page_slow)
ENTRY(clear_page)
mov r4,r5
mov.l .Llimit,r0
add r0,r5
Expand Down

0 comments on commit 162e6f6

Please sign in to comment.