root/include/asm-m68k/mmu_context.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef __68K_MMU_CONTEXT_H
   2 #define __68K_MMU_CONTEXT_H
   3 
   4 /*
   5  * get a new mmu context.. do we need this on the m68k?
   6  */
   7 #define get_mmu_context(x) do { } while (0)
   8 
   9 #endif

/* [previous][next][first][last][top][bottom][index][help] */