On Thu, 20 Jan 2005, moreau francis wrote: > > Live is tough, use caches ;-) > > oh yes it is. But I would only understand what was > my problem using the mixed cache modes... Note that ll/sc sequences don't work as expected on uncached memory, so atomic accesses are not going to work in the kernel memory in your configuration. This may cause arbitrary corruptions due to an inconsistent state of the kernel. Maciej