Re: context overflow
From: Roman Zippel <hidden>
Date: 2001-02-07 18:39:23
Hi, On Wed, 7 Feb 2001, Dan Malek wrote:
quoted
Somewhere I lost you, could you explain it a bit more (maybe with an example)? What has CONFIG_HIGHMEM to do with the pci mapping???The only thing they have in common is the desire to consume kernel virtual space. They were just two examples of the reason I am trying to find methods of increasing the kernel virtual space.
CONFIG_HIGHMEM has little to do with the kernel virtual space. The main purpose is to get the memory into user space, where user programs can use them. I really don't understand, what problem you're trying to solve. The kernel only wants to manage high memory and rarely access it (and uses kmap for this), most of the time these pages should be in the user virtual address space only. bye, Roman ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/