Re: [PATCH] [4/12] x86_64: Disable CLFLUSH support again

2007-08-09 Thread Andi Kleen
On Thursday 09 August 2007 15:11:21 Muli Ben-Yehuda wrote: > Aside from the bug Jan pointed out with the patch, we're also using > cflflush in other places (arch/i386/kernel/alternative.c and > arch/x86_64/kernel/tce.c). Is the issue with clflush support specific > to pageattr.c Specific to page

Re: [PATCH] [4/12] x86_64: Disable CLFLUSH support again

2007-08-09 Thread Muli Ben-Yehuda
On Thu, Aug 09, 2007 at 02:41:31PM +0200, Andi Kleen wrote: > > It turns out CLFLUSH support is still not complete; we > flush the wrong pages. Again disable it for the release. > Noticed by Jan Beulich. > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Aside from the bug Jan pointed out with t