diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 19:52:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 19:52:45 -0700 |
commit | 897f5ab2cd733a77a2279268262919caa8154b9d (patch) | |
tree | 95866d31faa6db4ec786399296238344c7cfea0c /arch/ia64/lib/memset.S | |
parent | 1d42a0ecf478962e8aede355a0be41365c117ff0 (diff) | |
parent | b48fc7bb3868abffc89ce70d4baf324574338d8e (diff) | |
download | linux-897f5ab2cd733a77a2279268262919caa8154b9d.tar.bz2 |
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Diffstat (limited to 'arch/ia64/lib/memset.S')
-rw-r--r-- | arch/ia64/lib/memset.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/lib/memset.S b/arch/ia64/lib/memset.S index bd8cf907fe22..f26c16aefb1c 100644 --- a/arch/ia64/lib/memset.S +++ b/arch/ia64/lib/memset.S @@ -57,10 +57,10 @@ GLOBAL_ENTRY(memset) { .mmi .prologue alloc tmp = ar.pfs, 3, 0, 0, 0 - .body lfetch.nt1 [dest] // .save ar.lc, save_lc mov.i save_lc = ar.lc + .body } { .mmi mov ret0 = dest // return value cmp.ne p_nz, p_zr = value, r0 // use stf.spill if value is zero |