[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH *] rmap VM, version 12
On Wed, Jan 23, 2002 at 11:06:24AM -0800, David S. Miller wrote:
> On Wed, 23 Jan 2002, David S. Miller wrote:
>
> > The problem is that when vmalloc() or whatever kernel mappings change
> > you have to update all the quicklist page tables to match.
>
> Actually, this is just using the pte_free_fast() and
> {get,free}_pgd_fast() functions on non-pae machines.
>
> Rofl, you can't just do that. The page tables cache caches the kernel
> mappings and if you don't update them properly on SMP you die.
the cache we're talking about here cannot cache anything, whatever is in
this cache must contain no information at all, otherwise the kernel
would crash anyway immediatly. Such code was disabled for no good reason
and there was nothing to fix there.
Andrea
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/