[PATCH] uml: fix x86_64 page leak
[linux-2.6/pdupreez.git] / arch / um / kernel / skas / include / mmu-skas.h
blob09536f81ee42f6e527154d5085fa4f73865da114
1 /*
2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __SKAS_MMU_H
7 #define __SKAS_MMU_H
9 #include "linux/config.h"
10 #include "mm_id.h"
12 struct 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
20 extern void switch_mm_skas(struct mm_id * mm_idp);
22 #endif
25 * Overrides for Emacs so that we follow Linus's tabbing style.
26 * Emacs will notice this stuff at the end of the file and automatically
27 * adjust the settings for this buffer only. This must remain at the end
28 * of the file.
29 * ---------------------------------------------------------------------------
30 * Local variables:
31 * c-file-style: "linux"
32 * End: