From f18ea3538a4184f4e6ba9a9157605ad4b67ec1ee Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 1 Feb 2006 03:05:06 -0800 Subject: [PATCH] --- yaml --- r: 19343 b: refs/heads/master c: e8730eabd45e47e392f230ab8720c4b8537901fc h: refs/heads/master i: 19341: 32c10609bd67d262e03106abcb3a115b3405c6a3 19339: f6d8e2b6c3aedd837401a6f76b90cc34f7321146 19335: 178231aba1f63e625949f63c66bfb45f0baedab5 19327: c0045610c8f820f73f739975e3b0864827cb5897 v: v3 --- [refs] | 2 +- trunk/arch/um/sys-i386/ldt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f8ab7ad72714..c1d603baba7b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1d0098b6e2055e4afb2ceadf11c4b9f43b671ccc +refs/heads/master: e8730eabd45e47e392f230ab8720c4b8537901fc diff --git a/trunk/arch/um/sys-i386/ldt.c b/trunk/arch/um/sys-i386/ldt.c index 0cdfd4481d5e..1fa09a79a10b 100644 --- a/trunk/arch/um/sys-i386/ldt.c +++ b/trunk/arch/um/sys-i386/ldt.c @@ -16,7 +16,6 @@ #include "choose-mode.h" #include "kern.h" #include "mode_kern.h" -#include "proc_mm.h" #include "os.h" extern int modify_ldt(int func, void *ptr, unsigned long bytecount); @@ -90,6 +89,7 @@ static long do_modify_ldt_tt(int func, void __user *ptr, #include "skas.h" #include "skas_ptrace.h" #include "asm/mmu_context.h" +#include "proc_mm.h" long write_ldt_entry(struct mm_id * mm_idp, int func, struct user_desc * desc, void **addr, int done)