Re: Ideas for reducing memory copying and zeroing times

David S. Miller (davem@caip.rutgers.edu)
Tue, 23 Apr 1996 21:51:58 -0400


From: Alan Cox <alan@cymru.net>
Date: Tue, 23 Apr 1996 10:16:07 +0100 (BST)

> Peanuts, it takes 3mb of page tables to map all the physical pages of
> ram into kernel space on my SMP Sparc box.

Which is too much unpageable data. Page tables are meant to be paged.

Yes, but this machine has 178mb of ram which the kernel has to get to
at all times. I can use multi-page page table entries though and with
some of the changes in the 1.3.8* era I should be able to pull it off
and not distrurb the mm generic code.

Later,
David S. Miller
davem@caip.rutgers.edu