public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make UML copmile
@ 2006-10-15 19:03 Ulrich Drepper
  2006-10-16 14:53 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Drepper @ 2006-10-15 19:03 UTC (permalink / raw)
  To: akpm, jdike, linux-kernel, torvalds

I need this patch to get a UML kernel to compile.  This is with the kernel
headers in FC6 which are automatically generated from the kernel tree.
Some headers are missing but those files don't need them.  At least it
appears so since the resuling kernel works fine.

Tested on x86-64.


Signed-off-by: Ulrich Drepper <drepper@redhat.com>

diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h
index 59cfa9e..cec9fcc 100644
--- a/arch/um/include/kern_util.h
+++ b/arch/um/include/kern_util.h
@@ -6,7 +6,6 @@
 #ifndef __KERN_UTIL_H__
 #define __KERN_UTIL_H__
 
-#include "linux/threads.h"
 #include "sysdep/ptrace.h"
 #include "sysdep/faultinfo.h"
 
diff --git a/arch/um/sys-x86_64/stub_segv.c b/arch/um/sys-x86_64/stub_segv.c
index 1c96702..652fa34 100644
--- a/arch/um/sys-x86_64/stub_segv.c
+++ b/arch/um/sys-x86_64/stub_segv.c
@@ -5,7 +5,6 @@
 
 #include <stddef.h>
 #include <signal.h>
-#include <linux/compiler.h>
 #include <asm/unistd.h>
 #include "uml-config.h"
 #include "sysdep/sigcontext.h"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] make UML copmile
  2006-10-15 19:03 [PATCH] make UML copmile Ulrich Drepper
@ 2006-10-16 14:53 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2006-10-16 14:53 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: akpm, linux-kernel, torvalds

On Sun, Oct 15, 2006 at 03:03:48PM -0400, Ulrich Drepper wrote:
> I need this patch to get a UML kernel to compile.  This is with the kernel
> headers in FC6 which are automatically generated from the kernel tree.
> Some headers are missing but those files don't need them.  At least it
> appears so since the resuling kernel works fine.
> 
> Tested on x86-64.

Acked-by: Jeff Dike <jdike@addtoit.com>

Thanks, Ulrich.

				Jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-16 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15 19:03 [PATCH] make UML copmile Ulrich Drepper
2006-10-16 14:53 ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox