Re: [patch 2.5] PCI MWI cacheline size fix

Ivan Kokshaysky (ink@jurassic.park.msu.ru)
Thu, 20 Mar 2003 15:29:56 +0300


On Thu, Mar 20, 2003 at 11:55:20AM +0000, Dave Jones wrote:
> > + else if (c->x86 > 6)
> > + pci_cache_line_size = 128 >> 2; /* P4 */
> >
>
> I'd feel more comfortable with this with a c->x86_vendor == X86_VENDOR_INTEL
> on the else if clause. The above code will silently break if for eg,
> VIA, Transmeta or any other clone manufacturer make a model 7 or higher CPU.

No, we'd just assume 128 bytes cache line size on such CPU, which is
safe unless it has cache lines larger than 128. But if we assume 32 bytes
while this new CPU has 64, MWI might corrupt memory by transferring
incomplete cache lines.

Ivan.
-
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/