X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Fppc%2Fmm%2Fmmu_context.c;h=dacf45ced473f05a0a03975bbb4b4fcb307ddbb6;hb=3155f7f23f7865e64f7eb14e226a2dff8197e51f;hp=b4a4b3f02a1cac61fbb31a9407075a0cd99347da;hpb=f3cab8a0b1a772dc8b055b7affa567a366627c9e;p=linux-2.6 diff --git a/arch/ppc/mm/mmu_context.c b/arch/ppc/mm/mmu_context.c index b4a4b3f02a..dacf45ced4 100644 --- a/arch/ppc/mm/mmu_context.c +++ b/arch/ppc/mm/mmu_context.c @@ -2,7 +2,7 @@ * 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 83xx implementations but excludes the 8xx and 4xx. + * and 8260 implementations but excludes the 8xx and 4xx. * -- paulus * * Derived from arch/ppc/mm/init.c: @@ -23,14 +23,13 @@ * */ -#include #include #include #include #include -mm_context_t next_mmu_context; +unsigned long next_mmu_context; unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1]; #ifdef FEW_CONTEXTS atomic_t nr_free_contexts;