Re: [PATCH 03/13] [RFC] ipath copy routines
- From: Andrew Morton <akpm@xxxxxxxx>
- Date: Sat, 17 Dec 2005 12:38:33 -0800
Roland Dreier <rolandd@xxxxxxxxx> wrote:
>
> + .globl ipath_dwordcpy
> +/* rdi destination, rsi source, rdx count */
> +ipath_dwordcpy:
> + movl %edx,%ecx
> + shrl $1,%ecx
> + andl $1,%edx
> + cld
> + rep
> + movsq
> + movl %edx,%ecx
> + rep
> + movsd
> + ret
err, we have a portability problem.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 03/13] [RFC] ipath copy routines
- From: Robert Walsh
- Re: [PATCH 03/13] [RFC] ipath copy routines
- References:
- [PATCH 02/13] [RFC] ipath debug header
- From: Roland Dreier
- [PATCH 03/13] [RFC] ipath copy routines
- From: Roland Dreier
- [PATCH 02/13] [RFC] ipath debug header
- Prev by Date: Re: kmap_atomic slot collision
- Next by Date: Re: [PATCH 01/13] [RFC] ipath basic headers
- Previous by thread: Re: [PATCH 03/13] [RFC] ipath copy routines
- Next by thread: Re: [PATCH 03/13] [RFC] ipath copy routines
- Index(es):
Relevant Pages
|