diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 13:08:46 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 13:08:46 -0400 |
| commit | 8ed575904373d7aaab7f15a8db2edc317a44df43 (patch) | |
| tree | 3b2e92a396a1bbec8e1fb499f25e8aed93ab5692 /arch/parisc/lib/memcpy.c | |
| parent | 27d1097d39509494706eaa2620ef3b1e780a3224 (diff) | |
| parent | 210cc679faf0e1cabda9fc5d1279644f5e52aecb (diff) | |
Merge branch 'forlinus' of git://parisc-linux.org/home/kyle/git/parisc-2.6
Diffstat (limited to 'arch/parisc/lib/memcpy.c')
| -rw-r--r-- | arch/parisc/lib/memcpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/lib/memcpy.c b/arch/parisc/lib/memcpy.c index feb1b9f42c2b..b7098035321f 100644 --- a/arch/parisc/lib/memcpy.c +++ b/arch/parisc/lib/memcpy.c | |||
| @@ -339,6 +339,7 @@ unsigned long pa_memcpy(void *dstp, const void *srcp, unsigned long len) | |||
| 339 | pds = (double *)pcs; | 339 | pds = (double *)pcs; |
| 340 | pdd = (double *)pcd; | 340 | pdd = (double *)pcd; |
| 341 | 341 | ||
| 342 | #if 0 | ||
| 342 | /* Copy 8 doubles at a time */ | 343 | /* Copy 8 doubles at a time */ |
| 343 | while (len >= 8*sizeof(double)) { | 344 | while (len >= 8*sizeof(double)) { |
| 344 | register double r1, r2, r3, r4, r5, r6, r7, r8; | 345 | register double r1, r2, r3, r4, r5, r6, r7, r8; |
| @@ -366,6 +367,7 @@ unsigned long pa_memcpy(void *dstp, const void *srcp, unsigned long len) | |||
| 366 | fstdma(d_space, r8, pdd, pmc_store_exc); | 367 | fstdma(d_space, r8, pdd, pmc_store_exc); |
| 367 | len -= 8*sizeof(double); | 368 | len -= 8*sizeof(double); |
| 368 | } | 369 | } |
| 370 | #endif | ||
| 369 | 371 | ||
| 370 | pws = (unsigned int *)pds; | 372 | pws = (unsigned int *)pds; |
| 371 | pwd = (unsigned int *)pdd; | 373 | pwd = (unsigned int *)pdd; |
