On Wednesday, January 19, 2005 2:07 pm, David Mosberger wrote: > >>>>> On Wed, 19 Jan 2005 13:51:45 -0800, Jesse Barnes > >>>>> said: > > Jesse> Something like this then? > > Shouldn't the #ifdef test be for CONFIG_EFI rather than ia64? No, it still depends on pgprot_writecombined, which is ia64 specific. x86 has its own way to set the wc bit and afaik doesn't have the same aliasing issues that ia64 has. This one fixes the loop stride Tony pointed out. Jesse