diff options
| author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
|---|---|---|
| committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
| commit | 185a257f2f73bcd89050ad02da5bedbc28fc43fa (patch) | |
| tree | 5e32586114534ed3f2165614cba3d578f5d87307 /arch/sh/lib/memset.S | |
| parent | 3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699 (diff) | |
| parent | a77c64c1a641950626181b4857abb701d8f38ccc (diff) | |
Merge branch 'master' into gfs2
Diffstat (limited to 'arch/sh/lib/memset.S')
| -rw-r--r-- | arch/sh/lib/memset.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/lib/memset.S b/arch/sh/lib/memset.S index 95670090680e..af91fe2b72a6 100644 --- a/arch/sh/lib/memset.S +++ b/arch/sh/lib/memset.S | |||
| @@ -29,6 +29,7 @@ ENTRY(memset) | |||
| 29 | bf/s 1b | 29 | bf/s 1b |
| 30 | mov.b r5,@-r4 | 30 | mov.b r5,@-r4 |
| 31 | 2: ! make VVVV | 31 | 2: ! make VVVV |
| 32 | extu.b r5,r5 | ||
| 32 | swap.b r5,r0 ! V0 | 33 | swap.b r5,r0 ! V0 |
| 33 | or r0,r5 ! VV | 34 | or r0,r5 ! VV |
| 34 | swap.w r5,r0 ! VV00 | 35 | swap.w r5,r0 ! VV00 |
