]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - include/asm-um/ldt.h
uml: fold mmu_context_skas into mm_context
[linux-2.6.git] / include / asm-um / ldt.h
index 96f82a456ce6515b781b44ef676034d402af1cfb..b2553f3e87ebfcd3294fe94ecf85a1b975b7f0eb 100644 (file)
 #include "asm/semaphore.h"
 #include "asm/host_ldt.h"
 
-struct mmu_context_skas;
 extern void ldt_host_info(void);
-extern long init_new_ldt(struct mmu_context_skas * to_mm,
-                        struct mmu_context_skas * from_mm);
-extern void free_ldt(struct mmu_context_skas * mm);
 
 #define LDT_PAGES_MAX \
        ((LDT_ENTRIES * LDT_ENTRY_SIZE)/PAGE_SIZE)