Re: [PATCH 2/3] powerpc: Split mmu_context handling
From: Josh Boyer <hidden>
Date: 2008-12-04 12:47:02
On Thu, 04 Dec 2008 16:41:48 +1100 Benjamin Herrenschmidt [off-list ref] wrote: Stephen had a bunch of comments as well, so I'll spare you those again...
quoted hunk ↗ jump to hunk
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