X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fmm%2Fmmu_context_32.c;h=a8816e0f6a86dd4eb28f15cd3a9813dfeef0a5a1;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=792086b01000e2ed12db55a3f48607cd4426dc17;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/arch/powerpc/mm/mmu_context_32.c b/arch/powerpc/mm/mmu_context_32.c index 792086b01..a8816e0f6 100644 --- a/arch/powerpc/mm/mmu_context_32.c +++ b/arch/powerpc/mm/mmu_context_32.c @@ -23,13 +23,14 @@ * */ +#include #include #include #include #include -unsigned long next_mmu_context; +mm_context_t next_mmu_context; unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1]; #ifdef FEW_CONTEXTS atomic_t nr_free_contexts;