Re: [PATCH] x86_64/__iowrite32_copy: don't use string move for PIOwrites

From: John A. Gregor
Date: Mon Jul 06 2009 - 17:41:58 EST


"H. Peter Anvin" <hpa@xxxxxxxxx> wrote:

> John Gregor wrote:
> > From: John Gregor <johng@xxxxxxxxxxxxxxxxxxxxx>
> >
> > Some processors can write the same word more than once if the movs
> > instruction is used. This version uses normal memory move instructions
> > and gets the same performance since the speed is limited by PCIe and
> > write combining.
> >
>
> Which processors do that *when addressing I/O memory*?

More specifically, check out:

http://www.intel.com/Assets/PDF/specupdate/321324.pdf

Errata AAK6

-John Gregor
--
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/