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

From: Alan Cox
Date: Sat Dec 17 2005 - 19:29:13 EST


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.

-
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/