[openib-general] Re: [PATCH 13/13] [RFC] ipath Kconfig and Makefile

Alan Cox alan at lxorguk.ukuu.org.uk
Sat Dec 17 16:27:03 PST 2005


On Sad, 2005-12-17 at 14:54 -0800, Robert Walsh wrote:
> Agreed about the assembler, but one way or the other, x86_64 is the only
> arch we support.

If you need a quad only copy then put it into asm/string.h (asm/io.h if
its operating on I/O space I guess) or somewhere similar as a generic
function that does just that. That allows people to come along and
provide the same functions for other platforms if they need it, and also
makes it possible for others to use this feature if their hardware has
the same feature.

Nobody expects you as a vendor to support it on sparc64, x86-32 or
whatever, nor to write sparc64 asm functions just to make it possible
for someone to do so cleanly later on.




More information about the general mailing list