Re: 2.6.0-test3-mm1: scheduling while atomic (ext3?)

From: Alan Cox
Date: Wed Aug 13 2003 - 06:47:56 EST


On Mer, 2003-08-13 at 12:25, Andrew Morton wrote:
> Like this?
>
> What happens if someone runs a K6 kernel on a K7?
> Or various other CPU types? What is the matrix here?

Beats me, but then the prefetch code in 2.6 seems broken from
5 seconds of inspection anyway. We are testing the XMM feature
and using prefetchnta for Athlon, thats wrong for lots of athlon
processors that dont have XMM but do have prefetch/prefetchw,
(which btw also seem to work properly on all these processors
while prefetchnta seems to do funky things)

Perhaps someone should fix prefetch() before they worry about
the rest of the mess ?

For Athlon we should be testing 3Dnow, and using prefetch/prefetchw
for Intel cases we want to go for prefetchnta if XMM is set (PIII, PIV)


Alan

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