> If my patch is wrong and this is a RTFM please give me a hint where to 
> find the "M".
Patch looks right...
> Questions:
> Is it really correct to enable CONFIG_X86_USE_3DNOW?
If you are right that the K6-2 and K6-3D support 3DNow!, then yes.  At
least its "correct" but it may not be optimal: I seem to recall 3DNow
memory copies were not worthwhile on anything before an Athlon.  Double
check that, though.
> Is the -march=k6-2 correct?
Yes.  Even if the above is true, splitting the K6 out like this is
useful for the extra -march here.  It certainly does not hurt (picking
the original K6 will give proper support for the whole family, in
needed).
	Robert Love
-
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/