Re: [PATCH] 2/2 2.5.45 cleanup & add original copy_ro/from_user

Andi Kleen (ak@suse.de)
Sat, 2 Nov 2002 13:09:54 +0100


> That depends on size. If you do huge memcpy (say 1 mb) it still
> wins by wide margin. Not that we do such huge operations often,
> but code can check size and pick different routines for small
> and big blocks

The kernel nevers does such huge memcpys. It rarely does handle any buffer
bigger than a page (4K)

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