]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/mm/mmu_context_32.c
r8169: small 8101 comment
[linux-2.6-omap-h63xx.git] / arch / powerpc / mm / mmu_context_32.c
index a8816e0f6a86dd4eb28f15cd3a9813dfeef0a5a1..792086b01000e2ed12db55a3f48607cd4426dc17 100644 (file)
  *
  */
 
-#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;