Re: [PATCH 2/5] I2O: SPARC fixes

From: Al Viro
Date: Sun Nov 20 2005 - 20:19:49 EST


On Mon, Nov 21, 2005 at 01:48:10AM +0100, Markus Lidel wrote:
> Yep, you're right... the memcpy_fromio is wrong... It should be:
>
> memcpy_fromio(&evt->body[1], &msg->body[1], size * 4);
>
> as you already mentioned...

BTW, should that be memcpy() or memcpy_fromio()? IOW, what memory
does msg point to?
-
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/