[PATCH 2/3] powerpc: Split mmu_context handling

Josh Boyer jwboyer at linux.vnet.ibm.com
Thu Dec 4 23:46:53 EST 2008


On Thu, 04 Dec 2008 16:41:48 +1100
Benjamin Herrenschmidt <benh at kernel.crashing.org> wrote:

Stephen had a bunch of comments as well, so I'll spare you those
again...

> Index: linux-work/arch/powerpc/mm/mmu_context_nohash.c
> ===================================================================
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ linux-work/arch/powerpc/mm/mmu_context_nohash.c	2008-12-03 13:50:18.000000000 +1100
> @@ -0,0 +1,168 @@
> +/*
> + * This file contains the routines for handling the MMU on those
> + * PowerPC implementations where the MMU substantially follows the
> + * architecture specification.  This includes the 6xx, 7xx, 7xxx,
> + * 8260, and POWER3 implementations but excludes the 8xx and 4xx.
> + *  -- paulus

..but I couldn't let this one go.  Totally incorrect comments here given
that the file is _for_ 8xx and 4xx. I suspect an errant copy/paste :).

josh



More information about the Linuxppc-dev mailing list