[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about pte_alloc()
Hi,
On Wed, Nov 15, 2000 at 09:20:52AM -0600, Mark_H_Johnson@Raytheon.com wrote:
>
> Could you please clarify what is meant by...
> "You cannot safely play pte games at interrupt time. You _must_
> do this in the foreground."
> We are concerned because it may block adoption of Linux for one of our
> current applications.
...
> - Can we do this kind of manipulation with the page tables if we modified
> the Linux trap handlers?
Trap handlers are completely different. Page faults already vector
through the trap handlers, and the kernel is quite happy about
performing blocking IO or pte modifications in that context. You
shouldn't have a problem as long as you observe the kernel's VM and
page table locking rules.
Cheers,
Stephen
--
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.eu.org/Linux-MM/