aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/mm/mmu_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/mm/mmu_context.c')
-rw-r--r--arch/ppc/mm/mmu_context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc/mm/mmu_context.c b/arch/ppc/mm/mmu_context.c
index b4a4b3f02a1c..85afa7f8aa78 100644
--- a/arch/ppc/mm/mmu_context.c
+++ b/arch/ppc/mm/mmu_context.c
@@ -23,14 +23,13 @@
*
*/
-#include <linux/config.h>
#include <linux/mm.h>
#include <linux/init.h>
#include <asm/mmu_context.h>
#include <asm/tlbflush.h>
-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;