uml: throw out CONFIG_MODE_TT
[deliverable/linux.git] / arch / um / include / um_mmu.h
1 /*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
5
6 #ifndef __ARCH_UM_MMU_H
7 #define __ARCH_UM_MMU_H
8
9 #include "uml-config.h"
10 #include "choose-mode.h"
11 #include "mmu-skas.h"
12
13 typedef union mm_context {
14 struct mmu_context_skas skas;
15 } mm_context_t;
16
17 #endif
This page took 0.050406 seconds and 5 git commands to generate.