aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/skas/mmu-skas.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/skas/mmu-skas.h')
-rw-r--r--arch/um/include/skas/mmu-skas.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/um/include/skas/mmu-skas.h b/arch/um/include/skas/mmu-skas.h
deleted file mode 100644
index 838dfd75e2aa..000000000000
--- a/arch/um/include/skas/mmu-skas.h
+++ /dev/null
@@ -1,23 +0,0 @@
1/*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
5
6#ifndef __SKAS_MMU_H
7#define __SKAS_MMU_H
8
9#include "mm_id.h"
10#include "asm/ldt.h"
11
12struct mmu_context_skas {
13 struct mm_id id;
14 unsigned long last_page_table;
15#ifdef CONFIG_3_LEVEL_PGTABLES
16 unsigned long last_pmd;
17#endif
18 uml_ldt_t ldt;
19};
20
21extern void __switch_mm(struct mm_id * mm_idp);
22
23#endif