Messages in this thread |  | | Date | Fri, 4 May 2001 12:30:37 -0700 (PDT) | From | Seth Goldberg <> | Subject | Re: REVISED: Experimentation with Athlon and fast_page_copy |
| |
On Fri, 4 May 2001, Manfred Spraul wrote:
| > --- | > > __asm__ __volatile__ ( | > 158c157 | > < "3: movw $0x1AEB, 1b\n" | > --- | > > "3: movw $0x1AEB, 1b\n" /* jmp on 26 bytes */ | > 166c165 | > < */ | > --- | > > | > 170c169 | > < "1: nop\n" /* prefetch 320(%0)\n" */ | > --- | > > "1: prefetch 320(%0)\n" | > ------------------------- | > Please let me know if that makes sense :). | | Very interesting. | You've removed only the prefetch 320(%0), not the other prefetch | instructions?
No, I have removed them all -- I just commented the block above it completely out :). (maybe you didn't see the whole patch?)
--Seth
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |