Re: [uml-devel] [PATCH 1/7] UML - -mm3 compile fix

2005-07-28 Thread Blaisorblade
On Thursday 28 July 2005 18:26, Jeff Dike wrote: > -mm3 adds an include of asm/vm86.h in include/asm-i386/ptrace.h. Since UML > includes the underlying arch's ptrace.h, it needs an asm/vm86.h in order > to build. Note for both Jeff and Akpm: this is also for the current Linus' git repository (jus

[PATCH 1/7] UML - -mm3 compile fix

2005-07-28 Thread Jeff Dike
-mm3 adds an include of asm/vm86.h in include/asm-i386/ptrace.h. Since UML includes the underlying arch's ptrace.h, it needs an asm/vm86.h in order to build. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> Index: linux-2.6.12-rc3-mm2/include/asm-um/vm86.h ===