> > There has also been a patch on L-K which implments CMOV on prior-PPro
> > processors. john
>
> It has a hideous overhead. Just dont use cmov blindly in kernels. The kernel
> stuff will take care not to let the compiler stick cmov instructions into
> a non ppro+ kernel
Not only nasty overhead but potential nasty implications. You get
exception where you'd normaly get simple instruction. Do NOT use cmov
emulation for kernel.
Pavel
-- Worst form of spam? Adding advertisment signatures ala sourceforge.net. What goes next? Inserting advertisment *into* email? - 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/