summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mmu_context.h
blob: 1f4751cc2ecd33ad8dce646cfb7637e18f4128fc (plain)
1
2
3
4
5
6
7
8
9
#ifndef __I386_MMU_CONTEXT_H
#define __I386_MMU_CONTEXT_H

/*
 * get a new mmu context.. x86's don't know about contexts.
 */
#define get_mmu_context(x) do { } while (0)

#endif