Do all ports of the kernel, like ix86, ia64, sparc, alpha, and ppc,
share one VM subsystem or do each port have their own???
Louis
On Fri, 2001-11-09 at 01:23, Louis Garcia wrote:
> Do all ports of the kernel, like ix86, ia64, sparc, alpha, and ppc,
> share one VM subsystem or do each port have their own???
They share the same VM, located in mm/
There is arch-dependent VM code, in arch/<arch>/mm, but that is mostly
support for specific memory functions like initializing the address
space.
Robert Love