]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/um/include/asm/mmu.h
Merge branch 'fixes-modulesplit' into fixes
[karo-tx-linux.git] / arch / um / include / asm / mmu.h
index b1a7e47d10277689535add4b4027fe092655f2d0..30509b9f37fdc3a348c175b548af9c7f19b47362 100644 (file)
@@ -7,11 +7,11 @@
 #define __ARCH_UM_MMU_H
 
 #include "mm_id.h"
-#include "ldt.h"
+#include <asm/mm_context.h>
 
 typedef struct mm_context {
        struct mm_id id;
-       struct uml_ldt ldt;
+       struct uml_arch_mm_context arch;
        struct page **stub_pages;
 } mm_context_t;