Re: Question about kernel VM

Robert Love (rml@tech9.net)
09 Nov 2001 01:30:31 -0500


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/