I will make a revised patch, remove inline and putting inside usercopy.c
> The thing which requires some thought is "should the decision
> be made at compile time or runtime". For Athlon vs Intel
> and i386 vs others, it should be performed at compile time.
I run faster_intel_copy on my Athlon and works OK and much much faster,
so how about grouping CPU type,
generic i386/i486
use org REP MOVSL copy
generic i586
keep as the current 5.45
use revised REP MOVSL copy
generic i686
use revised REP MOVSL copy and unrolled MOVL
if SSE or 3DNOW comes out select them by MPENTIUMIII/4/K7
-
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/