root/include/asm-i386/mmu_context.h

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

INCLUDED FROM


   1 #ifndef __I386_MMU_CONTEXT_H
   2 #define __I386_MMU_CONTEXT_H
   3 
   4 /*
   5  * get a new mmu context.. x86's don't know about contexts.
   6  */
   7 #define get_mmu_context(x) do { } while (0)
   8 
   9 #endif

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