]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
make UML compile (FC6/x86-64)
authorUlrich Drepper <drepper@redhat.com>
Thu, 18 Oct 2007 21:46:58 +0000 (23:46 +0200)
committerAdrian Bunk <bunk@kernel.org>
Thu, 18 Oct 2007 21:46:58 +0000 (23:46 +0200)
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>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/um/include/kern_util.h
arch/um/sys-x86_64/stub_segv.c

index 07176d92e1c92789daf5c75df5c901d7605bd5c5..e50e4caeec2b576c2d18ae662090c1c16f5eb101 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __KERN_UTIL_H__
 #define __KERN_UTIL_H__
 
-#include "linux/threads.h"
 #include "sysdep/ptrace.h"
 #include "sysdep/faultinfo.h"
 
index a27099533198573d223f54a94134b84f8b7b7674..f5d16cc88d9fd823719086a72d3cf2f9faba4cf8 100644 (file)
@@ -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"